Discussion Board for collaboration related to QlikView App Development.
Hi,
There is probably something small I am missing, but I can't seem to figure it out with my limited knowledge of the product. I am trying to create a simple button that will pull values that do not equal 1349. It makes me think that <> isn't correct to use for does not equal, but I am not sure what should be used instead.
May be do it in two actions
1) Select in Field
Field -> ResultTech
Search String -> 1349
2) Select Excluded
Field -> ResultTech
Another option is to do like this
Select in Field
Field -> ResultTech
SearchString -> ='(' & Concat(DISTINCT {<ResultTech -= {1349}>} Chr(34) & ResultTech & Chr(34), '|') & ')'
Thank you very much, appreciate the help.
maybe also possible:
='=ResultTech<>1349'
regards
Marco