Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Pablo Garcia
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    Pablo Garcia

    @Pablo Garcia

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Pablo Garcia Unfollow Follow

    Latest posts made by Pablo Garcia

    • Charts View?

      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?

      posted in Cloud Backend (Cloud DB
      P
      Pablo Garcia
    • RE: api sql question...

      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

      posted in Cloud Backend (Cloud DB
      P
      Pablo Garcia
    • api sql question...

      How do I call a empty column? I have tried all SQL statement possibles and it does not work...

      posted in Cloud Backend (Cloud DB
      P
      Pablo Garcia