Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have an app in an iframe, and I pass a field and selection in the URL.
https://<server>/sense/app/<app_id>/sheet/<sheet_id>/state/analysis/select/ACCOUNT_ID/12345
All works well if I actually have a value of 12345 in the account_id field, and all the widgets are filtered accordingly.
However, if the URL contains a non-existent account_id, the selection is cleared and no filter applied.
I would like to have all the widgets to show no data in that case.
How can I achieve this?
Thanks!