How to get category name using El Expression
Hi.
Good morning.
How can I get the category name of the item in the requisition line using EL expression ?
I'm trying something like this.
#{row.CategoryName == 'MATERIAIS ELETRICOS'}
#{bindings.CategoryName.inputValue == 'MATERIAIS ELETRICOS' ? true : false}
The return always is false and the category name is MATERIAIS ELETRICOS.
Tks
0