How to make picklist selection user dependent
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.
Answers
-
Hi, to have this user specific you would need to dimensionalise these modules by user list.
0 -
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.
0 -
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
- You create a module by user for the filter selection (1, 2 ,3)
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
0 -
https://community.anaplan.com/kb/articles/63725-user-filters
1