tFilterRow : standard conditions mandatory even if using advanced mode
Hi,
Using a tFilterRow, if you specify no standard condition and use only the advanced mode you will find in the generated code a '&&' or a '||' that has no linked condition, which creates a compilation error.
It looks like the condition-type combo ('and' or 'or') is taken in account but not the number of standard conditions, especially when it is zero.
Is it a bug or am I misunderstanding the component ?
Thanks