Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Getting Values from 1 control and use it in anther

Some one please help!!!

I had a existing Straight Table in my report which display the Top N Numbers of customers based on their purchase.

Now I'm adding another straight table to display customer preference. my new control should:

  1. Only display customers which appear in the existing straight table
  2. the Display ordering should be follow the straight table.

For Example:

Existing table:

CustomerTotal Sales
A200
C210
D220
E230

My table should display:

CustomerSetting
ASetting 1
ASetting 2
ASetting 3
CSetting 1
DSetting 2
ESetting 1
ESetting 2

When selection change and control display:

CustomerTotal Sales
E130
A100
D120
B130

My table should display:

CustomerSetting
ESetting 1
ESetting 2
ASetting 1
ASetting 2
ASetting 3
DSetting 2
BSetting 1

Is there a way for me to get a control's data and sorting order???

4 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

What is the sorting option you are using in existing straight table? And how it displays the customers?

Not applicable
Author

The default sort order is desc on the total sales but the calculation of the total sales is complex.

CELAMBARASAN
Partner - Champion
Partner - Champion

Refering the object from another object is not possible.

Try like this

Copy the expression Existing straight table and add it to the Preference table. In presentation tab, select the expression and mark it as hidden.

Sort tab, do the same sorting for the expression which you did for the first table.

Not applicable
Author

I did this. but the problem is my total value sum up is different from the existing table.