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
This discussion was converted from issue #5578 on September 22, 2021 00:47.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can orm query have a special character for variables like '@' which is used in web templates?
Let's say we have the situation
if I want to select all users with/without team filter I can do this
teamid := WEB_POST_FORM_VALUE // 0 - not set ; positive value for a specific team
Right now, without prefix character it is confusing what is columns, what is variable.
The code will be more clear and with less bugs.
Beta Was this translation helpful? Give feedback.
All reactions