
How do I suppress above message?
- The drop down has when-list-changed trigger, when list value changes, it launches a go_block('Run Report') and then execute_query built in.
- The Run Report is a database block.
- But, the drop down is a control block.
- When Execute query runs, it is not necessary that every time the run report block must return a row. It can have no records to query.
However, above message unnecessarily shows up every time I change list value. How can I suppress it?
Thanks,
Darsh