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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
leonardo_alexsa
Contributor II
Contributor II

Expression in a Button referencing any Table

Hi Guys,

          This is my second post here.

I would like a little help to see it's possible...

I have a Straight Table that calculate a ABC CURVE of the products. There is a column with this words "A", "B", or "C". I need to resume how many are.

This quantity I want to show in a button.

See this example:

Exemplo.png

Is it possible ?

2 Replies
jwjackso
Specialist III
Specialist III

If there a really only those 3 items:

='A = '&Count({$<CURVA={'A'}>}CURVA)&Chr(10)&'B = '&Count({$<CURVA={'B'}>}CURVA)&Chr(10)&'C = '&Count({$<CURVA={'C'}>}CURVA)

Why a button and not a text object?

leonardo_alexsa
Contributor II
Contributor II
Author

Sorry, it's is in a text object*

This expression doesn't work. Because "CURVA" is an expression in a Straight Table, that is the mistake.

I need to resume that expression out of the Straight Table using a Text Object.