Open SSRS Report URL dynamically depending on selected thing in mashup
Hello,
we are displaying a SSRS (SQL) Report in a Mashup in ThingWorx by using its URL.
Our construct works fine so far as follows:
- main mashup:
on the left side: a tree widget which shows a network of several Things
on the Right side: another "embedded mashup" which shows a table, containg an info-table with a field "URL"
of the type "hyperlink".
So this hyperlink field contains the URL of our SSRS report.
The next step is to overgive the selected thing name (of the tree Widget I defined above) to the report URL defined in the info table.
So the report URL, which is at the moment constant in the info table, should be dynamically changed, depending on what the user is selecting as a thing in the mashup. This selected thing-name should be added to the url of the report like: "https://localhost/Reportserver/..... &thingName=…."
Maybe my approach to store the URL of the report in a info table and showing it in a table in the mashup is not the best. But I am open for any new ideas which will solve my problem with the dynamically report URL parameters.
Thank you in advance!
