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: 
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.