Page 1 of 1

Query filtered by dynamic type value (array)

Posted: Wed Jan 17, 2024 6:08 pm
by uxout
Hello,
I would like to know if it is possible to filter a query with a dynamic element :

Example :
SELECT '_online.._value' FROM '*' WHERE '_online.._value' == ?
What should i write instead of '?' if i want to get elements with value dyn_int (0, 0, 0, 0) ?

Best regards,

Re: Query filtered by dynamic type value (array)

Posted: Fri Jan 19, 2024 12:43 pm
by leoknipp
I did some tests and it looks like filtering for a dyn array of values is not possible within a query string.
Take into account that the FROM statement must be as strict as possible to optimize the execution time for the query.

Best Regards
Leopold Knipp
Senior Support Specialist

Re: Query filtered by dynamic type value (array)

Posted: Mon Jan 22, 2024 9:16 am
by uxout
Is it something you will add in WinccOA in the future ?