Hello!
I am trying to display the order numbers in the gallery title. I was able to do it using distinct in the Text property.
Distinct('Promotion - Order Table', OrderID)
However, I also want to access the dates associated with the OrderID and display it as well as the orderID subtitle. If i use distinct, I can only access the OrderIDs. If i use Groupby, i experience the same problem, I can only access the collection name and its values which are the orderIDs.
Please help.
Thank you!