Is it possible to make the columns in a custom screen (custom ticket history for example) sortable by clicking on the column heading, like the columns in the packaged Tessitura screens?
Penny Tabor
IT Manager
Midland Center for the Arts
Midland, MI 48640
Yes.
In the Infomaker properties for the header object, change the Name: field of the object to
cb_#
where # is the column number in the retrieval order (not the display order) of the dataset for the report. That is, if you have a column in your dataset for perf_code, which is column 4 in your dataset, then the Name: property for the header should be cb_4.