Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Stuck in a certain problem that might be easy to you!!!
I have two listboxes out of which one is having direct field named Direct Field and other consists of calculated dimensions.
Now the problem is when Calculated Dimension is selected, this expression GetSelectedCount(Direct Field) is working fine. But when other listbox named Calculated Dimension is selected then the above mentioned expression is not working.
Attached the sample application.
Thanks in advanced.
Pradip
Or a better approach would be to create your list box with this expression:
Aggr(Only({1<Region = {'East'}>}City), City)
Attaching back the sample for referrence
Can you try GetPossibleCount(City)
Or a better approach would be to create your list box with this expression:
Aggr(Only({1<Region = {'East'}>}City), City)
Attaching back the sample for referrence
Thanks!!!
Its working.