Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Index for alpha and exclude alpha from count

How do I index for alpha letters and filter them from my count?

Tag#
520657A
520657B
230626
252067A
520657
252067
252376
3 Replies
swuehl
MVP
MVP

If you just need a count, you may use

=NumericCount([Tag#])

(or the complement: TextCount([Tag#])  )

Regards,

Stefan

swuehl
MVP
MVP

And if you need to do something else, you could use the boolean functions

isNum([Tag#]) resp. isText([Tag#]) to distinguish the Tags with the alphanumeric suffix from the pure numerical ones.

Hope this helps

its_anandrjs

Hi,

It is your column or the count, if it is a column so you need to put a code like =keepchar(Tag#,0123456789) to remove alpha by this you able to remove alpha from column if it is so.

Hope this helps you

Regards,

Anand