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
The querybuilder is build to handle the different types of value in a fitting way.
This means TCA fields which require numbers will only accept numbers.
The "IN" option accepts multiple values of numbers. (separated with comma)
It could be used for uid or similar but conflicts with the TCA condition of allowing integers/double only.
Reporter: Frank Nägler
Created: 29.08.18 18:14
Updated: 23.05.19 09:19
Development: QUER-9
The text was updated successfully, but these errors were encountered:
The querybuilder is build to handle the different types of value in a fitting way.
This means TCA fields which require numbers will only accept numbers.
The "IN" option accepts multiple values of numbers. (separated with comma)
It could be used for uid or similar but conflicts with the TCA condition of allowing integers/double only.
Reporter: Frank Nägler
Created: 29.08.18 18:14
Updated: 23.05.19 09:19
Development: QUER-9
The text was updated successfully, but these errors were encountered: