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

help me with AGGR function

Hi All,

 

I need result of this query through Set Expression in the straight  table.

select * from Employee where EmployeeName in(select  employeename from Employee where Employeename is not null group by employeename having count(contracttype)>1 )

order by EmployeeName

 

If anyone can help.

1 Reply
pradosh_thakur
Master II
Master II

sum( {<employeename = {"=count(contracttype)>1"}>}measure)

Try the above may be and supress null in employeename

Learning never stops.