Start expressions with condition

Hi,

why this condition not works ?

<<Start: SELECT(TABLENAME[ID],[ASSIGNED] =[_THISROW]."PAUL")
<<[CATEGORY]>> - <<[TASK]>>
<<End>>

I receive this error message: Cannot compare List with Text 

Solved Solved
0 4 106
1 ACCEPTED SOLUTION

<<Start: SELECT(TABLENAME[ID],IN("PAUL",ASSIGNED[column where paul is]))
<<[CATEGORY]>> - <<[TASK]>>
<<End>>

View solution in original post

4 REPLIES 4

[_THISROW]."PAUL" has a sintax error. 

If the column PAUL existis, the correct would be [_THISROW].[PAUL]

No i'd like to extract all the records that have in ASSIGNED table the name of 'Paul'.

 

<<Start: SELECT(TABLENAME[ID],IN("PAUL",ASSIGNED[column where paul is]))
<<[CATEGORY]>> - <<[TASK]>>
<<End>>

Solved thank you very much for your help @diogolupcosta 

<<Start: SELECT(SCADENZA OGGI[ID],IN("PAUL",[ASSEGNATA]))>>

<<[CATEGORIA]>> - <<[ATTIVITA']>>
<<End>>

Top Labels in this Space