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
I was trying to figure out if the nested brackets is officially support or may be a bug feature.
My may sample
I want to sum all values from the array of objects named totals and filter it when only this object has the Id with CustomTax or Tax
So this query works for me (totals[id in ["CustomTax", "Tax"]].value ? $number($sum(totals[id in ["CustomTax", "Tax"]].value)) : undefined)
But using the try page the syntax highlight appear to be bugged
I didn't find any warnings in the docs about this nested operations so I want just to confirm if the query interpretation officially handling this inception .
Thank
The text was updated successfully, but these errors were encountered:
Hello
I was trying to figure out if the nested brackets is officially support or may be a bug feature.
My may sample
I want to sum all values from the array of objects named
totals
and filter it when only this object has the Id withCustomTax
orTax
So this query works for me
(totals[id in ["CustomTax", "Tax"]].value ? $number($sum(totals[id in ["CustomTax", "Tax"]].value)) : undefined)
But using the try page the syntax highlight appear to be bugged
I didn't find any warnings in the docs about this nested operations so I want just to confirm if the query interpretation officially handling this inception .
Thank
The text was updated successfully, but these errors were encountered: