Forum Discussion
kpavan999
5 years agoFrequent Visitor
Passing Sheet name in URL
Dear experts, I recently learnt how to pass filters into URL using ?filter=tablename/columnname eq 'value' Can someone help me if there is a way to pass the sheet name as well into the URL? so ...
- 5 years ago
kpavan999
You can also access each report page by its own URL. When you click on each report page in the service, you will see the portion after the ReportSection is different like the example below. Click on the desired page and grab the URL.
/ReportSection677860c1a158e04191d8
It can also be like /ReportSection2
Fowmy
Super User
5 years agokpavan999
You can also access each report page by its own URL. When you click on each report page in the service, you will see the portion after the ReportSection is different like the example below. Click on the desired page and grab the URL.
/ReportSection677860c1a158e04191d8
It can also be like /ReportSection2
kpavan999
5 years agoFrequent Visitor
Thats a good idea, thank you