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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

unique values into another table

Hi everyone,

I'm new to qlikview and I'm struggling with a relatively easy problem.

I have the following chunk of my table.

RowNoXY
11112
21112
3228
4228
5228
6334
7228
8228
91112
101112
11552

I have to do 2 things here:

1- I would like extract from this table, the unique values and get the following table:

XY
1112
228
334
552

How can I do this? I tried to use distinct, but it is not giving me what I want

2- From the new table, I want to create a simple histogram. I guess I should use X as dimension and Y as expression right?

I think I still miss the idea of how qlikview treats dimensions and expressions, can someone guide me to a documentation where this is well explained. Thank you

11 Replies
Not applicable
Author

ok this works now, thanks.

How can I add a new column to the NEW table, which represent the frequency of each value of X in the ORIGINAL table?

tresesco
MVP
MVP

Straight table:

Dim1:X

Dim2:Y                    // you might or might not need this

Exp1: Count(X)