Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts:
Is there a way, I can control the list of values in list box.
E.g: I have a list of Item1.... Item10 values against a dimension and based on certain condition I would like to show only 5. Can it be achievable ?
Kind Regards,
Bimala
Hi,
Use
Aggr(Field2,field1)
Regards
Hi:
I tried the aggregate functions , but not getting the required result.
Kind Regards,
Bimala
Check this
=If([field 2]=1,field1)
Hi:
I checked, it is working fine. But in my case it just greys out, the values and still shows. Is it because I am using Cross Table. Appreciate, if you can check my app attached and replicate the same. I want to show only those dimensions which has Show_flag as 1 and hide rest for each report selected. Appreciate a quick help.
Kind Regards,
Bimala
I am using PE. I did binary load of your data and created List box. Check the settings of list box in attached app with yours. You can also copy this list box and paste in your app