Forum Discussion
teroman
8 years agoFrequent Visitor
page.isActive doesn't update after calling setPage
Hi all, I'm embedding a Power BI report and have a button that will set the active page. Later I query the active page, but the original page is still set as active. Note that I do fetch the page...
Jiny
2 years agoFrequent Visitor
Please mark this post resolved
Resolution: (with the latest features in version 3.1.0 as of July 2023)
To set the input page as active
set_active_page(page_name)
Arguments:
page_name (string): name of the page you want to set as active
Usage:
report.set_active_page(page_name)