Extension of dynamic selection
Stefan Hering
Employee
At the moment, the dynamic selection is based on one cube. So an element of an entity is selected if there is a value for this element in the cube and vice versa.
In my opinion this functionality could be improved by:
- the user is able to create the condition (referring to one cube) himself, for example: if(x>3,1,0)
- the user is able to create the condition (referring to two or more cubes) himself, for example: if(and(x>3,y<1),1,0)
- easily deactivate the selection by writing "1" to a cube
Tagged:
7