No record Display
-
Sorry i’m new here. Can anyone told me what is my error.
1. i have the below SQL,
If just only this sql without add any Fields (optional) it run ok with all the display and record.
If add Fields (optional) with c.company_name it will display the record rows with correct but no value display out in the report. Any setting i need to put in the Fields (optional)?select c.company_name, t.type, m.privilege_no, t.created_at, t.spent, t.points from transactions t left join merchants c ON c.id = t.source_id left join members m ON m.privilege_no = t.recipient_id left join users u ON u.id = m.user_id left join privilege_cards p ON p.privilege_no = t.recipient_id
- The topic ‘No record Display’ is closed to new replies.