Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Chart- Straight table: Not all the Expression values (Corresponds to a dimension) are displayed.

I'm using a Chart (Straight table)- I have few Dimensions and few Expressions.

Now, If the values of the Dimensions are the same and corresponding expressions are different then I don't see those values:

For example:

Result should be like this:

Dimension_value   Expression_value

05/01/2016               96103

05/01/2016               96105

05/03/2016               96103

05/03/2016               96105

05/05/2016               96103

But I get the result like this:

Dimension_value   Expression_value

05/01/2016               -

05/03/2016               -

05/05/2016               96103

It combines values instead of displaying all values.

Do anyone have the solution for this?

5 Replies
sunny_talwar

You might need to add another dimension which makes the expression_value unique for each row. Do you have such a field available in your database?

Anonymous
Not applicable
Author

Okay, I thought the same way! I need to find the unique key. Since We are building the table dynamically we don't need this "Expression value" always. So, I'm trying to find the uniquely value which applies for all possible column selections (Dynamic).

Is There any other way?

krishna_2644
Specialist III
Specialist III

Do the Dual Function in your script.See attached.

Output:

Capture.PNG

Anonymous
Not applicable
Author

This is a good idea too.. Thanks

krishna_2644
Specialist III
Specialist III

If you dont have any unique key, you can use dual function else usage of unique key is preferred.