Hi All,
Can we use dynamic bindings to navigate from one page to another on the basis of values in the list widget (created using custom query)?
If anyone came across any such resources please do share.
Thanks!!
2 comentários
If you are trying to use selections to drive the current page, then that's not something we support out of the box ... yet <hint>. But one method that works is using the WebSDK. With that you can retrieve selection events, and set the dashboard state to include specifying a different page.
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_db_component.meta/bi_dev_guide_db_component/bi_dbcomp_stateUseCase.htmcc:
@Skip Sauls