Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have three list boxes, Year, Month & Title.
I need to an expression where I need to get only associated values in Year & title, by selecting a value in Month.
Please help me out.
Thank You.
May be try this as your list box expressions
=Aggr(Only({1<Month = p(Month)>} Year), Year)
=Aggr(Only({1<Month = p(Month)>} title), title)
Every listbox has a property called "Hide excluded". Enabling this checkbox will hide all grey values from the current listbox.
use CTRL + T and post a screenshot of your data structure please...
Hi,
I checked Hide Excluded Option, But still its showing the Empty Grey Color along with Associated values.
Regards,
Hasini
Hi,
Please find the below snap, I implemented that function but still it showing Empty grey color along with associated value.
Hi,
Please find the below data structure.
This needs to go on the general tab and not the expressions tab
Hurreh.....
Thank You soo much Sunny.. Its Working now.
Thanks a lot.
Awesome