Ticket with state different to closed not appear in my database view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2023 04:58 AM - edited ā10-18-2023 04:59 AM
Hello community,
I have create a database view between 3 tables to have all the tickets with all the states append to survey result but i am just getting tickets that in state closed or closed complete.
here is the database that i made
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2023 06:57 AM
In my PDI I also had to make 300 Left join = true or I was getting a syntax error on ai_sys_id when clicking the Try It Related Link. That gives me a bunch of records, some with an empty ai Number, and empty aiq Instance. Are you still getting 0 records with the ai Number field (empty) even with a left join = true on 200?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-19-2023 01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-19-2023 08:04 AM
That reflects the condition I described above. Did you also add a left join to 300?