hi!
How do I show or hide different line items in a filter using line item subsets?To do this, we want to use the ITEM function to retrieve items from the line item subset list.
What can I do to help?
Yes that can be achieved by nesting List A and List B on rows and using a boolean filter that lookups a mapping of B to A.I put an example together to show you better what I mean:with this mapping module:Is that close to what you need?
If you have a line item dimensioned by a line item subset you would apply a filter to hide any values from the subset you didn't want to display. Or you just take those line items out of the subset or create another line item subset with only the line items needed for that module.What is it you are trying to achieve, perhaps we can understand more to be able to find the right solution?
Thank you! I understand!Just one question, what formula is in the 'Item' in the picture above?
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…