Seats and Tickets > Performance Detail > Time

Is there no way to display Performance Date and Time in one element, or to format Time as 12-hour?  Date (even the entire "Performance Date" section) seems to have time separated from it, and the only time elements, Performance Detail > Time and Performance Detail > Hour are both 24-hour and have no formatting options (well, technically I can make Hour decimal...).

Parents
  • Gawain — if you can get the date to display correctly or “good enough”, and your issue is just sorting, can I recommend a hidden column that relies on the RANK() or ORDER() function?  I’ve posted on it before, but it’ll give you the ability to create a sort column (to hide, just color the text white and make the column narrow) based on as many parameters that you’d like to sort with (date, time, etc.).  Very useful function for us vis-a-vis public dashboards.

    DGomez

Reply
  • Gawain — if you can get the date to display correctly or “good enough”, and your issue is just sorting, can I recommend a hidden column that relies on the RANK() or ORDER() function?  I’ve posted on it before, but it’ll give you the ability to create a sort column (to hide, just color the text white and make the column narrow) based on as many parameters that you’d like to sort with (date, time, etc.).  Very useful function for us vis-a-vis public dashboards.

    DGomez

Children