You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our current scenario, if we need to update an existing chart in the Admin Dashboard by adding a new dimension, we face a limitation that prevents us from directly updating the chart config. As a workaround, we would need to recreate the charts from scratch with the desired modifications, including the new dimension. This approach allows us to incorporate the necessary changes effectively.
For Example:
In the shared configuration below, there is a table in the Admin Dashboard. If we want to add a new dimension {{organisation_name}} to the existing chart, the current process involves deactivating the old chart and re-creating a new one. Additionally, the job ID associated with this change needs to be updated in the front-end configuration of reports.
API details:
Create new chart we use - {{host}}/api/data/v1/report/jobs/submit
Update chart we use - {{host}}/api/data/v1/report/jobs/{{JOB_ID}}
Update a frontend we use - {{host}}/api/data/v1/report-service/report/update/{{Report_ID}}
- Could you please provide insights on methods to facilitate direct chart updation while bypassing the requirement of deactivating and recreating the charts? If this is not possible, could you please elaborate on the limitations preventing us from achieving this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team,
In our current scenario, if we need to update an existing chart in the Admin Dashboard by adding a new dimension, we face a limitation that prevents us from directly updating the chart config. As a workaround, we would need to recreate the charts from scratch with the desired modifications, including the new dimension. This approach allows us to incorporate the necessary changes effectively.
For Example:
In the shared configuration below, there is a table in the Admin Dashboard. If we want to add a new dimension {{organisation_name}} to the existing chart, the current process involves deactivating the old chart and re-creating a new one. Additionally, the job ID associated with this change needs to be updated in the front-end configuration of reports.
API details:
- Could you please provide insights on methods to facilitate direct chart updation while bypassing the requirement of deactivating and recreating the charts? If this is not possible, could you please elaborate on the limitations preventing us from achieving this?
CC - @Shakthieshwari, @Ashwiniev95, @vijiurs, @aks30,
Thank you,
Before - Old chart:
After - new chart creation:
Beta Was this translation helpful? Give feedback.
All reactions