geoffcorvera / aphis-inspection-reports-dashboard

0 stars 0 forks source link

add custom SQL views to home screen? #11

Closed dovinmu closed 3 months ago

dovinmu commented 3 months ago

this is a nicer way of browsing the data:

select citations.hash_id,code,desc,narrative,pdf_customer_name,pdf_customer_addr,pdf_insp_type,pdf_date,pdf_report_date from citations inner join inspections on citations.hash_id = inspections.hash_id

except that

How can we enable all those things on a view like this?