SyntaxFix
Write A Post
Hire A Developer
Questions
This is rather easy to achieve by making a dataset with a text-query like this:
SELECT 'Item1' UNION SELECT 'Item2' UNION SELECT 'Item3' UNION SELECT 'Item4' UNION SELECT 'ItemN'
The query should return all items that can be selected.