You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try configure t_rex for display more than 7k points from PG.
Each user have uid in database. I want filtering data that belongs to the user.
How can I pass a parameter to filter data in a SQL query?
The text was updated successfully, but these errors were encountered:
There is no built-in way to pass a parameter at runtime. What comes close is some cases is using the templating functionallity of the config file like in this example. In your case you could create a layer for each uid, but that's probably not what you want.
Hi!
I try configure t_rex for display more than 7k points from PG.
Each user have uid in database. I want filtering data that belongs to the user.
How can I pass a parameter to filter data in a SQL query?
The text was updated successfully, but these errors were encountered: