Closed tom947 closed 4 years ago
Hi Fralx,
m_report.dataManager()->setReportVariable("table_name", "20200426151544_history"); Can i use data table name like select * from $V{table_name}?
Thank you!
Hi! Yes, it is possible. You have to use "nobind" in the variable like this: select * from $V{table_name,nobind}
Hi! Yes,it works!! Thank you!
Hi Fralx,
m_report.dataManager()->setReportVariable("table_name", "20200426151544_history"); Can i use data table name like select * from $V{table_name}?
Thank you!