So I have a table of a data type called Item. I have a sort on click working for fields that are just basic types (text, date etc.) but two of my columns are a field that is another data type. I want to be able to sort on click for these fields like the others but can’t find the correct way to reference them in the sort as only the basic types of my Item appear. Any help?
You can not do it.
Instead add a data field on the data type that the RG is and make those fields the value of the related data type you want to sort by.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.