I have a situation where target lineitem is populated based on the picklist selection. The problem is when multiple users are making the selection, the latest selection is being used. I need this to be dependent on users i.e., one user selection shouldn't affect the other.
Hi, to have this user specific you would need to dimensionalise these modules by user list.
Thanks for your response @pyrypeura.
I should add user dimension in all the modules? That would blowup the size. I do not want user specific data. The data should remain the same, however the view of primary user shouldn't change when second user makes other selection.
@RamaKrishnaParamaHamsa
The way you have the formula in target, you would need user specific data.
I suggest a different approach which would be creating a user specific filter
2. Then you create a "Filter by user module
3. You can use that filter in the New UX. You can use it directly when publishing the source module
https://community.anaplan.com/kb/articles/63725-user-filters
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β¦