Search found 44 matches

by amamyoj
18 Nov 2023, 18:27
Forum: Discussion
Topic: Group Records/Data using mySQL query
Replies: 4
Views: 1363

Group Records/Data using mySQL query

is it possible to group records using "Condition" in the mySQL Query Type? I need to count all records per month or is it possible to count all the records for the previous month? Still using the mySQL Query type.
by amamyoj
18 Nov 2023, 17:06
Forum: Discussion
Topic: SOLVED - mySQL query is not showing results
Replies: 6
Views: 155

Re: mySQL query is not showing results

its working now. Thank you! A question, in the Condition for the mySQL Query, is it possible to put a group by in it? Like for example, I will need to group the data in the Inspections Entity by month or any workaround for this?
by amamyoj
18 Nov 2023, 07:39
Forum: Discussion
Topic: SOLVED - mySQL query is not showing results
Replies: 6
Views: 155

Re: mySQL query is not showing results

i tried using "FROM_UNIXTIME([423], “%m/%d/%Y”) = ‘10/23/2023’" and im getting this error :( also, is it possible to make a group based on months?
by amamyoj
17 Nov 2023, 19:48
Forum: Discussion
Topic: SOLVED - mySQL query is not showing results
Replies: 6
Views: 155

SOLVED - mySQL query is not showing results

Can someone please help me why my mySQL query is not working.

I basically need to show the total number of entries with a specific date. But the query is not showing any result. I maybe missing or entering the queries wrong. Here is a screenshot. Please help!