How to sync a selector field with input grid in anaplan
Do you mean sync a content selector with the input grid?
If yes, then selector list needs to be a dimension in Input Module. Check this out.
Not exactly. I have created a Selector module and another input module. Input module is in L5 dimension and Selector is in L4 dimension. Now I want if I select one item from L4 it will show all the items under that i the below L5 dimension Grid. Is that possible.
Can u share screenshot of selector module and input module which includes dimensions?
@Soumyajit
Yes you can do that,
In you input module you have L5 as dimension and your selector is L4. Create a boolean filter line item where you write the formula as : Selector L4 line item = parent(item(inp module L5))
and then you can apply this filter in the grid so when you select L4 you'll be get all the L5 from selected L4.
Hope that helps.
@Soumyadip - Can you share more details along with screenshot to understand it better?
Create a filter line item in such a way that if L4 is selected then all the child L5 items needs to be true (use parent function) then apply that filter on the input module then the sync with selector happens in the NUX screen based L4 selection. Hope this helps.
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β¦