Ok, here's my issue.
On our tasks, we have a custom field called "Task Type" which as two check boxes, called "Implementation" and "Communication".
I'm building a prompt page using that field so they can run a report on one or the other task type (ideally, I'd like a both option as well, but that may be further down the line).
In the database, because they are check boxes, they are simply numbers. If I put them in a list report, I get 0-4. This is true of all multi-select type fields (very annoying by the way). So, I know I need to build a case statement to say 0 is nothing and 1 is Implementation and so on. I'm not sure the format. Also, how do I then use that to build the prompt? I want them to make a radio button choice on which report to run. I need for Daptiv to know which task types to show in the report.