Hello
Is there a way to view charts (graphical representation) like Pie charts on the Cloud backend?
Any workaround? How do you guys do if you want to visualize data on charts?
Hello
Is there a way to view charts (graphical representation) like Pie charts on the Cloud backend?
Any workaround? How do you guys do if you want to visualize data on charts?
Thanks Daniel for you response.
my question it's about the API call on appdrag.
for example I use
column_name != VALUE '' <<< this is not working
column_name != VALUE <<< this is not working
column_name != VALUE "" <<< this is not working
column_name is VALUE NOT NULL <<< this is not working
column name is a text field
also i tried with another column that is a boolean this
another_column_name is VALUE FALSE <<< this is not working
I have tried all SQL statements possibles but on the API do not work
How do I call a empty column? I have tried all SQL statement possibles and it does not work...