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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
anuradhaa
Partner - Creator II
Partner - Creator II

Set Analysis to Group Records

I have below records in a table

NameDepartmentjob
Name1Dep Ajob1
Name2Dep Ajob1
Name2DepBJob1
Name3DepBjob2
Name3DepBjob2

I want group the names based on department,

Names Dep A only, Names Dep B only, Names both departments in three straight tables.

13 Replies
sunny_talwar

Try the attached

Capture.PNG

anuradhaa
Partner - Creator II
Partner - Creator II
Author

Here what i want is display the Name with is assign only to the Dep A,

So It needs to have only one record (Name1)

Is it possible to do so?

sunny_talwar

May be like this:

1) {<Name = e({<Department = {'DepB'}>})>}

2) {<Name = e({<Department = {'Dep A'}>})>}

sasiparupudi1
Master III
Master III

Hi

Please see the attachment

hth

Sasi