I’ve got a slice
In my slice i’ve got a row filter condition :
IN([Mod_ID],ANY(SELECT(Variable[Var_V_ACCESS_L],[Var_Mail_ID]=USEREMAIL(),true)))
Variable : is a table that for each user contains his own data, the key is USEREMAIL
Var_V_ACCESS_L : is a virtual column that contains the list of module the user can access
This slice display for each user the modules he can access
When i test this slice, it works well. i’ve got this
This is good , i can access to the 2 first module
But on the view using the same slice
Only 1 line is displayed !!!
I should see the first 2 lines, exactly the same has the test done before directly on the slice
If i use the table in this view and not the slice
All the applications are displayed
I’ve checked in the documentation and slice can use virtual column in their condition
Do you know where i need to check ?
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |