on 2023 Jul 14 12:32 PM
What is your source model connected to?
You need to make sure that your source model has a hierarchy on that dimension or that it's recognized as a Date dimension by SAC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you want to expand/collapse, you need a hierarchy
if you want to see the totals -> right click the "Month" header to see the total value per Depot
if you simply want to let user switch to see only totals / vs only month detail values -> add a button with onClick() event and something like
Table_1.getDatasource().removeDimension("Month");
//or Table_1.getDataSource().addDimensionToRows("Month");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, wasn't sure if there was another way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.