Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
somacdc
Contributor III
Contributor III

Greater than zero values required.

I want to following data

FOLIO_NUMBER_UHRTOTAL_NO_OF_UNIT_OF_UH
1166633.7933
20.3334
30.12
4133333.3333
52500

 

After applying following condition Folio number 2 and 3 disappear.

ApplyMap('UH_REGISTER_MAPPING', FUND_ID &'-'& FOLIO_NUMBER, 0) >> 0

1 Solution

Accepted Solutions
jaibau1993
Partner - Creator III
Partner - Creator III

Hi!

Use ">" instead of ">>" since the second one is a bit-wise operator!

Regards,

Jaime.

View solution in original post

3 Replies
jaibau1993
Partner - Creator III
Partner - Creator III

Hi!

Use ">" instead of ">>" since the second one is a bit-wise operator!

Regards,

Jaime.

simrankaur
Contributor III
Contributor III

Do you mean greater than 1? Because 2 and 3 are greater than 0, and on applying the condition given by you, they won't disappear. Please mention clearly
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

I don't know if it's an error here, but it seems that it's a ">>" instead of ">"