I would like to combine two tables (or more) currently in one window in Ignition?
I don’t see a way to use “Property” binding to do this.
I also have an application where I would like to export the data sets from more than one table with in
Ignition to excel. Ideally putting each table’s data set on a different work sheet but within the same workbook/file.
You would need to use scripting to get what you want for each of your questions.
The first one I’m a bit confused on, so any extra details you can provide would be great!
The second one involves making your own version of system.dataset.dataSetToExcel.
Actually system.dataset.dataSetToExcel doesn’t really generate an Excel file. Instead it’s an XML file that can be opened in Excel. Each tab can be defined between the tags.
A bit of a daunting task, but actually sounds like fun! Not to mention just really cool when you get it to work!