I would like to sort data on RG for column which has it’s type Type Of Thing. Below here is my scenario.
Here are my type of Things.
ProductionListing
ProductID - Number
-ProductName - Text
-ProductType - ProductType
ProductType
Title
I am creating production listing where I would like to sort data by product type’s Title column. I could show title column easily but not sure how to use it in sorting.
Thanks for response. But I think you did not understood my question. I don’t have Title field directly associated with the Type of the thing used as data source for RG. I have Title field associated with column ProductType (type of ProductType column is type of thing -> ProductionType).
I think you have to use the Sort on Dynamic Field option in the little menu, that should bring up the input field to select this flow. I’m 85% confident
Dynamic Sort Field is allowing you to enter field name either static or value of any other element. My question is what to be entered as field name for my case?