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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
Labels (1)
3 Replies
swuehl
Champion III
Champion III

If you just need a count, you may use

=NumericCount([Tag#])

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

Regards,

Stefan

swuehl
Champion III
Champion III

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