Hello,
My model consists of hierarchical lists, E1 Expense category, E2 Expenses. I created an input module with E2 expenses, time(months), Money spent (line item) as dimensions.
I have applied filters such that user shall select E1 expense category(in user filters module) and input module shows E2 expenses of selected E1 expense category only. Now, I would like to restrict user to read or write specific E2 expenses.
For example, under Fuel expense category, expenses are "Bike and Car". User1 shall only write "Bike" and not read Car. User2 shall only write "Car" and not read Bike.
But both of them shall able to select "Fuel" from the expense category dropdown. How to achieve it?
Thanks in advance