Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm fairly new the the Qlik world, but have worked in a bunch of other BI products over the years. I was asked to add a privacy notification (along the lines of NOTICE: The data included in this document is considered private and for the sole use of intended recipients. If you believe you have received this in error, please delete the report immediately. )
I want this to only show up when the data table is exported to Excel. I was thinking that this could be done with some sort of a conditional object, but I can't figure out how to implement, and haven't had any luck in searching for a solution. Does anyone have some ideas?
Thanks,
Tim
Hi,
Function CallExampleMsg()
msg="okkkkkkkkkkkkkkkkkkkkk"
qvlib.msgbox(msg)
call ExcExporttttt("TB01")
END Function
Sorry - rereading this I may have been unclear in what the requirement is. The client is looking for this to be included in the actual Excel output, not as a popup during the export process. Any further ideas?