Hi,
I need to filter a browse based on a value in my record. I've tried coding the condition in the conditional filter section as:
'TRI3:supr<>1' and a limit
'TRI3:supr=1' and no filter or limit
and I've tried:
'TRI3:supr<><39>1<39>' and a limit
'TRI3:supr=<39>1<39>' and no filter or limit
I seem to get the same result on either way. I know I've accessed the database record and I see that I have a value of 1 or a blank depending on my test case.
What am I doing wrong?