I have sliced the ITEM GROUP to [Std Cylinder Production App] = ‘Y’, where [Std Cylinder Production App] is one of the columns, and named it as ITEM GROUP Std Cylinder Production App is Yes
I need to show all those Items from ITEM MASTER in the dropdown menu of a form where the GRP_ID corresponding to the ITEM is present in the slice
GRP_ID is a column in ITEM MASTER and the Slice
I have tried the valid_if formula SELECT(ITEM MASTER[ITM_DESC], ANY(ITEM GROUP Std Cylinder Production App is Yes[GRP_ID]) = [GRP_ID])
but this gives only items of 1 item group as the result. I need all.
I have also tried SELECT(ITEM MASTER[ITM_DESC], IN(ITEM MASTER[GRP_ID], ITEM GROUP Std Cylinder Production App is Yes[GRP_ID])) but in vein.
Please help
Edit:
Attached is the pictorial representation of what is needed