New Bug Encountered in expression assistant

I’m creating a new application, and i’ve got this error message

ORDERBY(SELECT(System[Sys_Label],AND([Sys_Type]=‘TYPEFICHE’,[Sys_Actif_B]=true),true), [Sys_Tri])
3X_3_0_30a491dbf18ba822e6219dd12ab0548e23b6e4e9.png

In table System the column Sys_Tri is present
3X_f_7_f7d81346cad4aa635581f7fdd5391811e9fa02cf.png

AppSheet knows this colum because it is displayed :
3X_6_1_614238abe68ab2a81f9b28a1a25dc973f51bf11e.png

What is strange is there is no error for this expression
3X_1_b_1b3fee604d1e6c1acbd117a2c5d9c04f9efe8c2b.png
No error for the Sys_Label column, So AppSheet knows the column Sys_Label

And when i add the Order By clause with this column

ORDERBY(SELECT(System[Sys_Label],AND([Sys_Type]=‘TYPEFICHE’,[Sys_Actif_B]=true),true),[Sys_Label])
3X_6_1_61310c19e61deb90648de1de3f893a30856105a4.png
I’ve got the error message !!

0 2 129
2 REPLIES 2
Top Labels in this Space