Hi all,
I have a problem when using a "Hide Measures" in SAC Analytic Applications. If i don't hide a measure the operation getResultSet work fine (see the image ResultSet_work.png). But, if i hide the measure (image HideMeasures.png) the operation getResultSet not work in others words, obatained a empty array (see image ResultSet_issue.png). How can this problem be solved? Is it a bug or are there problems with these features?
Request clarification before answering.
pwc_bo_90
pwc_bo_90This is Not a bug but expected behaviour.
For tables, getDataSource.getData(), getDataSource.getDataSelections(), getDataSource.getResultMember() and getDataSource.getResultSet() APIs only retrieve data from displayed cells, which are by default an upper limit of 500 rows and 60 columns.
Some changes made by end users at runtime will affect data returned by the result set API as well, including:
Adding rows or columns to a table
Hiding or excluding rows or column in a table.
Only data of visible rows or columns will be returned.
Collapsing parent node in a table.
All its children won't be returned.
Showing total value in a chart
Showing parent in a chart
Getting the new dimension or measure added by smart grouping and new forecast data in a predictive scenario
Adding or removing comments in a chart or table
Hope this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 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.