Cory Vendrely Posted January 17, 2022 Posted January 17, 2022 Hi, I am trying to create a hyperlink in my report header that will work when I run the report to Excel. If I create a define field using the code below, and point to that define field in my header, it works fine when I run an HTML report. '<a href="https://www.google.com/" target="_blank">Google Link</a>' How can I do something similar for Excel reports I am working in InfoAssist 8.2.03 right now. Any help is appreciated. Thanks, Cory
David Beagan Posted January 18, 2022 Posted January 18, 2022 This should work for EXL2K, PDF and HTML. Not sure if XLSX works. TABLE FILE ggsales SUM UNITS BY REGION HEADING "Google <+0>click here" " " ON TABLE PCHOLD FORMAT EXL2K ON TABLE SET STYLE * TYPE=REPORT, HEADALIGN=BODY,$ TYPE=HEADING, LINE=1, OBJECT=TEXT, ITEM=2, TARGET='_blank', URL=http://www.google.com,$ ENDSTYLE END
Cory Vendrely Posted January 18, 2022 Author Posted January 18, 2022 Thanks David. For this request, we are working inside the InfoAssist GUI. Im wondering if we can do this same thing just in InfoAssist
SATHEESH B Posted January 18, 2022 Posted January 18, 2022 You can choose web page option in the GUI. image.png780591 28.6 KB
Cory Vendrely Posted January 18, 2022 Author Posted January 18, 2022 Hi Satheesh. I tried using this method, but the URL has an ampersand &. The report is trying to figure out what the parameter is but there is none. I tried adding the pipe symbol after the ampersand, but it still wouldnt work. Thats why I tried using the html code in the report header instead of the drill down. But if theres a way to fake out the ampersand in the drill down menu, that might be the way to go
SATHEESH B Posted January 18, 2022 Posted January 18, 2022 You can create a define field for the parameter values and add the parameter manually and point to the field. image.png775595 35.8 KB
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now