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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
syed1
Contributor
Contributor

Help with an Expression and Input Box

Hello

I have two requirements:

1. I am writing an expression that does gives a Count of  Total Customers per Country

I am currently using the expression

=COUNT(TOTAL<Country> DISTINCT [Customer])

Is this correct? Or is there an alternate way?

2. I have a dimension Customer and I want to create an input box for it so that I can enter any of the field values in that field

For example:

If I enter a value A in the input box then it should show me all the info pertaining to Customer A in the rest of my sheets

 

Regards

Syed

3 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

1.  If you are in a table where Country is a dimension, then that should work.

2. Create list box(or filter pane) with Customer as the field. 

>>If I enter select a value A in the input list box then it should show me all the info pertaining to Customer A in the rest of my sheets - that's normal out the box behaviour for Qlik

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Sue_Macaluso
Community Manager
Community Manager

This is referring to QlikView or Sense? I would like to get this into the correct product forum. This one is for general discussions on the community platform.
Did you find a solution to your question? Mark the solution as accepted : and if you found it useful, press the like button!
Surya
Creator II
Creator II

Here we need to create a variable for using inputox...the same variable we are using in expression also

like..

 

count({<customername = {'$(variablename)'}>}country)