Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm using alternate states to compare two tables.
Table 1 uses the "default" state
Table 2 uses the state "State A"
I have some date selector fields, and they all are in default state.
What I need is that this date selector fields affects all the objects.
How can I do that?
As showed in the image, the default state is not affecting the others states.
Finally I solved in this way:
sum( {<Area=State_A::Area,Year=$::Year>} Amount)
For the expression in your StateA object force it to the default $ state, with an expression like
sum( {$} Exp2 )
See attached qvw.
Using this, the expression totally ignores the stateA!
Finally I solved in this way:
sum( {<Area=State_A::Area,Year=$::Year>} Amount)