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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

SET ANALYSIS +FUNCTION

HI,

i have a problem with set analysis

SUM({<EMP_ID={"=MinString(EMP_ID)"}>}Daily_Capacity)

whats wrong?

adi

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SUM({<EMP_ID = {"$(=MinString(EMP_ID))"}>}Daily_Capacity)


or

SUM({<EMP_ID = {"=$(=MinString(EMP_ID))"}>}Daily_Capacity)


or


SUM({<EMP_ID = {'$(=MinString(EMP_ID))'}>}Daily_Capacity)

View solution in original post

3 Replies
MK_QSL
MVP
MVP

SUM({<EMP_ID = {"$(=MinString(EMP_ID))"}>}Daily_Capacity)


or

SUM({<EMP_ID = {"=$(=MinString(EMP_ID))"}>}Daily_Capacity)


or


SUM({<EMP_ID = {'$(=MinString(EMP_ID))'}>}Daily_Capacity)

mohammadkhatimi
Partner - Specialist
Partner - Specialist

Try this

SUM({<EMP_ID = {"$(=MinString(EMP_ID))"}>}Daily_Capacity)


Hope this will helps u.


Regards,

Mohammad

Not applicable

Try changing it to this

SUM({<EMP_ID = {"(=MINSTRING(EMP_ID))"}>}DAily_capacity)