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: 
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
Champion III
Champion III

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