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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.

Labels (1)
13 Replies
sunny_talwar
MVP
MVP

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
MVP
MVP

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