I have a database, to simplify let’s say there is a category Field and an Item field.
I want to select x number of Items randomly for a given Category.
Additionally I have a flag called Wildcard. When Wildcard is True I need x-1 random Items for the current Category and one random Item for any Category.
Easily done with .net, but no idea where to start with Wix !
Any ideas ?