
Rafael
Rafael_Sanchis
Rafael Sanchis
Madrid - Spain -
Joined: Wed Mar 02 18:44:14 UTC 2022
Architect & Senior Project Control Scheduler.
Latest Posts
-
Sum the checked items in Dynamic Multiple Choice
Need to sum the checked items in Dynamic Multiple Choice is these example 1400 € There are any way to sum this ? I try it but no way sum(chosen('Sub Components'))sum(chosen('Sub Components').'Budget')
- Answered
-
One table with two relacion N:1 is possible generate a query view ?
@Fred I send the Demo, I thought I could solve it
-
Filter
I need to filter the records in the Tracks table in a View based on the selection of the Multiple Choice Dynamic 'Select Album' field.
- Answered
-
Something is missing ?
let uni := unique(((select Tracks) order by Artist).text(Title)); for i in uni do first((select Tracks)[text(Title) = i]) end In a Multiple Choice dyn field,…