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

Can anyone help me to retrieve particular field values in number of records?

Hello Friends,

I have one field with multiple records

ex say; x yz

          x ab

          x ab

          lmn

          pqr

    

I want to retrieve the records containing the field (string) value 'x' and to display the result of total x values in one bar of barchart?

Can anyone help me to how to write expression for barchart?

Thanks in advance.

Raju

1 Solution

Accepted Solutions
robert_mika
Master III
Master III

Like this:

t1:

load  * inline [

Field

x yz

x ab

x ab

lmn

pqr

]

View solution in original post

3 Replies
robert_mika
Master III
Master III

Like this:

t1:

load  * inline [

Field

x yz

x ab

x ab

lmn

pqr

]

Not applicable
Author

Its Working Thanks Much Robert!!

robert_mika
Master III
Master III

You are welcome