How to create Database view with condition?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2016 04:52 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 11:02 PM
I got this working on a choice (TRUE/FALSE) field:
(cirel_child=eaapps_sys_id || cirel_parent=eaapps_sys_id) && eaapps_u_critical_application=1
The text in black joins two of the same tables with an OR condition. The text in red returns only TRUE values for the critical application field.
Took a lot of tries - I'm rapt.