How do get back only unique results from a query rule? For example, I'm usi

How do get back only unique results from a query rule? For example, I'm using a query rule to return back a list of all types of products ordered today. So I query the ORDER table for today's orders, and want to display only the product types. getOrdersByDate(today(),date!pagingInfo) Lets say this query rule returns the following results: Widget, Toy, Shoe, Toy, Widget

How do I get it to only return: Widget, Toy, Shoe...

OriginalPostID-97362

OriginalPostID-97362

  Discussion posts and replies are publicly visible