Forum Discussion
URL Action - Open in same window
- 6 years ago
Hi, Anonymous
I'd like to suggest you use URL filters to filter the result page. For further information, you may refer to the article . Here is my sample data.
You may copy the link and append at the end of link as follows.
.../ReportSection?filter=Products/UnitPrice eq 18 .../ReportSection?filter=Products/UnitPrice eq 30 .../ReportSection?filter=Products/ProductID eq 40Then you could make the image selected, go to 'Format image', click 'Action', set 'Type' as 'Web URL' and 'Web URL' as the corresponding link.
When it is saved and published to service, you can click the image and it will go to the result page filtered by URL parameters. Here are the results.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello All,
Does any solution identified to show the filtered results in the same tab of browser instead of new tab?
I need the solution where I had 3 filters and a table with same 3 colums filtering the data based on the value selected by user in 3 filters by using button with action type as weburl.So, whenever user clicks on search button,the filtered results were opening in new tab of browser.
I need to show the filtered results always in same tab.
used the below measure to the action type of button.
After clicking the CLICK ME button the below table should filter within the same tab of browser.