I just started to learn Perspective so I took a SQL query I used before in another Ignition page, converted it to a named query and tested it in a table. It works but how do i change the columns header? And how do I change the format so I get the date in format ‘2019-10-21 12:00:00’?
You need to set the field property in that column object to the appropriate column in your table’s data. The mapping of column definitions to data definitions is strictly key:value - columns[1] does not “know” it needs to be associated with data[1], because you might be hiding certain fields or want to rearrange your data structure.
I am seeing very slow performance with Perspective tables using large datasets (using named queries). I was under the impression that the paging feature would help with a faster loading than what I am seeing. A dataset with > 20,000 records really makes the Perspective view slow to a crawl.
Any thoughts or ideas on how to improve performance with this in mind?