API – filter multiple value
Question ID:
105751
♥ 0 |
I’m working on creating a custom report using OTA and am running in a slight issue. I’m able to do the following: 'Set the filter values Set bugfilter = bugfactory.Filter bugfilter.Filter("BG_USER_TEMPLATE_01") = "My Data" and I get the results back that I would expect, however what I’d like to do is: bugfilter.Filter("BG_USER_TEMPLATE_01") = "My Data" or "EMPTY DATA" basically, I want this filter to look at the field BG_USER_TEMPLATE_01 and return values that have specific data or that don’t have any value entered into that field. I’ve tried a couple random syntax for the empty portion and I’m just not getting anywhere. Can you help me out??
Marked as spam
|
Answers (1)