- Question :
You have a dashboard where data is not refreshed. What will be the investigation Steps from your end to identify root cause?
- Answer :
There may be multiple reasons. Some examples are -
Information Link may be cached with very high cache persistence.
Scheduled Update of dashboard my have failed.
Data tables may be saved as embedded.
On Demand Data tables may be set to Manual refresh. etc.
- Question :
What are the ways to achieve Data write back ?
- Answer :
The possible approaches are -
Using Stored procedure : We can create a Information Link using a stored procedure, which is scripted to write data to database. It needs to be configured at Spotfire end in the same manner how we configure on demand data, considering procedure parameters as columns.
Using IronPython Scripting we can write custom code to trigger data write-back.
|
|