I've added a hyperlink in the Branding section of my app, and am pretty pleased. However, It does not stand out enough. I would like to change the image of the hyperlink or move it to another location. Is this possible? (The link is to a SSRS table that I created. Users need the ability to create/print a report.)
Any suggestions? Thanks everyone.
Lynn
Lynn,
I am a little confused by your question. In the Branding section of WAB you can add links by they are just text links not images...
Robert,
Thank you for your response.
The link to my SSRS report on the page is fine. I initially wanted to know if it was possible to change the link image to something that was easier to identify.
I have a new question now. Is it possible to pass parameters from the query layer into my SSRS table in order to print a report? (At this time, the user will need to use the query widget for the map display and then use the SSRS link for the report. I'm looking to simplify the process.)
Again thank you.
Lynn
Lynn,
What the heck is a "SSRS table"?.. More details on your desired workflow would be a great help.
Robert,
Too funny! SSRS stands for SQL Server Reporting Services (Microsoft product). It allows me to generate a report using parameters from a data set.
I can then link the report to my app as described above.
Btw, is there a way to contact you offline?
Lynn
Lynn,
Nope I only provide support on GeoNet. So you want a url parameter to come from the results of the Query widget to go to your SSRS table? This is not possible without custom development.
I figured that we would need to customize.
Thank you for your response. Keep up the good work too.
Lynn
If you open the Widget.js file for the Query widget and search for link you will only get one instance. That is where you need to being you custom work.
YES! Perfect.
I think I should be able to pass the query widget parameters into the SSRS url.... somehow. I need to look into this one. UGH
WAB really needs a report widget.
Hi Lynn,
Would it be possible for you to share your widget.js if you have successfully added th SSRS url please. I would like to do the something you are doing.