Hi,
I try to set a where condition so:
I tried different combination but they don't work (also using the syntax of CCV5).
Could you help to solve this?
Thanks
Francesco
I try to set a where condition so:
Model.field <= '7'
I tried different combination but they don't work (also using the syntax of CCV5).
Could you help to solve this?
Thanks
Francesco
Hi Francesco,
This is how it should be in v6:
Best regards,
Max
This is how it should be in v6:
Model.field/<:7
Best regards,
Max
Hi Max,
thanks its work!
I need of this expression: Model.field !=8
I did its with this code:
and it work perfectly .
thanks its work!
I need of this expression: Model.field !=8
I did its with this code:
Model.field/!=:7
and it work perfectly .
This topic is locked and no more replies can be posted.