Hi,
1. There is an issue here: while the value is null/empty, all linked report still appear when click in an empty area.
Another, I think it'll be very helpful if I can set linked store procedure base on value in this column or others.
The easy part I think is set it base on a reference column. Like:
select 'dbr.report', '[Ref1]', 'new_popup'
OR more complex like
select 'dbr.report', 'IF([Ref1]=1,'','')'
2. And, sometime with amount of link reports, I like to use a table to provide all report link. But in some link, there're some parameters missing, I can not set it to empty and must use un-used parameter.
select * from temp_linked_report
It'll be very nice if I can ignore this error in particular report (or global but I think for each report is what I really need now).
Another, the backstick for Code block does not work, and the Code block does not insert new line. :D
Thanks,