- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2016 03:36 AM
I'm trying to create a report on the sc_req_item, to show certain RITMs. See below:
I want to put another filter condition on for the Scheduled Release version field, so it doesn't show any RITMs where 'iCABS Next Generation Release' is in the field. When I do this, it also ignores any where its empty and filters those out too:
I can't seem to be able to get it just ignore certain words and show everything else.
The scheduled release field is a string field with a choice of suggestion.
Any help would be appreciated
Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2016 07:53 AM
Hi Simon
I seem to have got this working by adding another condition:
OR
Scheduled release version 'is empty'
And it works! Thankfully!
Thank you all for taking your time to help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2016 07:10 AM
Hi Pennie,
Could you check the error log on your instance to see if you are seeing any exceptions around the time you run the report?
Kind regards,
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-01-2016 07:53 AM
Hi Simon
I seem to have got this working by adding another condition:
OR
Scheduled release version 'is empty'
And it works! Thankfully!
Thank you all for taking your time to help