Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

select in feild less than

hi,

how do i write in a butten select in feild - less than values.

i try <'89999' and this isn't working.

thanks'

yarin

5 Replies
Chanty4u
MVP
MVP

try in script

load*,

...

....

where Field<'89999';

Anil_Babu_Samineni

You can try with out Single Quotes like <89999

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sasikanth
Master
Master

HI,

Make sure , you removed '=' (equal) symbol in Field box

Field:

=Field_Name (Wrong)

Field-Name (Correct)

Search string

='<89999' or  <89999

Not applicable
Author

Hi Anil,

The answer you have given is correct.

It works fine.

Regards,

Vivek

Anil_Babu_Samineni

Cool, Then you may do your Job by flag the correct answer

https://community.qlik.com/docs/DOC-14806

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful