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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating charts - Help please :)

Hi All,

I'm hoping this is a relatively straight forward question.

I have 2 tables holding data like below:

Table 1:

Status_IDStatus
1Completed
2In Progress
3Not Started

Table 2:

REC_IDStatus_ID
7648561
3424543
1246522
2780951

I am trying to create a bar chart which counts the amount of REC_ID's completed and I want the axis to display the Status by looking up the Status_ID in Table 1.

Does anybody have any instructions as to how to do this? I am currently trying to display it in a Bar Chart.

Thanks

Victoria

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use Status as Dimension.

     Expression as Count({<Status={'Completed'}>} REC_ID)

     Are you looking for this?

Celambarasan

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Use Status as Dimension.

     Expression as Count({<Status={'Completed'}>} REC_ID)

     Are you looking for this?

Celambarasan

Not applicable
Author

Thank you, That works a treat