Hello,
I faced a certain problem with the refreshing.
I made a script which creates a new member of a dimension and after that, I'd like to see the relevant Table which has that dimension on rows be refreshed automatically, so I can see that table with the new row added with the new dimension member.
I tried to use Application.refreshData() and Table.getDataSource().refreshData() but I still have to press Refresh button
to update the table.
Please advise, how to resolve this!
Best regards,
Yuri
Request clarification before answering.
Is that dimension in rows configured in 'unbooked' mode?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ypinchuk
Assuming the API for create returned true (member created), does the manual refresh from toolbar show the newly created member in rows of the table? If yes may be add some delay using Timer function before Application.refreshData() and Table.getDataSource().refreshData() and see if that works. Its possible that creation of member took some time if the dimension is big on master data.
Nikhil
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.