on ‎2016 May 12 12:16 PM
Clear package is allways shows by default 'all' in the selection. By mistake is users if they let the default prevails deletes /clears all in the intersection.
How to force the user to select some vales specifically for dimension like 'category' or 'time'.
Appreciate input
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another option is to use script logic to clear like:
*XDIM_MEMBERSET SOMEDIM=$SOMEDIMMEM$
*XDIM...
...
*WHEN CATEGORY //any dimension
*IS *
*REC(EXPRESSION=0)
*ENDWHEN
In this case you can use multiple SELECTINPUT statements in the advanced script with single dimension each (member selection will be enforced!). Then you will pass members using MEMBERSELECTION TASK to $$ variables...
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.