Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stephane_kosior
Creator
Creator

Search parameters in Text object (Actions) ?

Hi,

I have a text object where I would like to select some specifics data as described below.

The character strings works with >=82<=89 but I would like to select 84 and 80 too.

How to write the character strings ?

2017-09-11_092741.png

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Instead this type of complex use this?

If((ExecBSStart >= 82 and ExecBSStart <= 80) and ExecBSStart = 84 and ExecBSStart = 80, 1,0) as Flag_ExecBSStart


Then use this Champ as Flag_ExecBSStart and Chaine de chara.. as 1

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

View solution in original post

3 Replies
Anil_Babu_Samineni

Instead this type of complex use this?

If((ExecBSStart >= 82 and ExecBSStart <= 80) and ExecBSStart = 84 and ExecBSStart = 80, 1,0) as Flag_ExecBSStart


Then use this Champ as Flag_ExecBSStart and Chaine de chara.. as 1

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
stephane_kosior
Creator
Creator
Author

Many thanks ... this is a simple way !

Anil_Babu_Samineni

Glad it helped !!!!

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