@nextchamp.saqib
i have dashboards in insights when i drag the filter from the widget ,in the columns it is not showing the column in select list because that i enable to add the filter in the dashboard. Can any one tell how to add the filter in dashboard ??
In Frappe Insights,
Filters are not working for the dashboards which are done by using a sql query.
They are working for the dashboards which are done by using a visual query.
Can anyone pls let me know !!
This didnāt work for me. When i try yo add the native query as a table in another query, it says (pymysql.err.ProgrammingError) (1146, āTable ā_3c9620726336f372.QRY-33704ā doesnāt existā)
I created two filters on the dashboard with the placeholders āfrom_dateā and āto_dateā,I want to display the orders/products dispatched between the āfrom_dateā and āto_dateā,my concern here is that how can i access the date entered into the āfrom_dateā and āto_dateā filter in order to create a query(visual query/raw query).