Forum Discussion
soporteparaptx
07-20-2023Cloud Apps
Thanks HamzaJ
I have tried this way:
{
"or": [
{
"startsWith": "212"
},
{
"startsWith": "213"
},
{
"startsWith": "215"
},
{
"startsWith": "21101"
},
{
"startsWith": "21102"
},
{
"startsWith": "21114"
}
],
"and": [
{
"doesntStartWith": "215081001"
}
]
}
But if I check the SQL is generating, the AND section is not included...
Any idea about that?
Best!
soporteparaptx
07-20-2023Cloud Apps
see this example... it's not working