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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
CamilleA
Contributor II
Contributor II

Error ')' expected - Qlikview

Hello,

I've got an issue on a tab, when I active this expression :

=SUM(DISTINCT(IF(REGL_MODE_REG='PRELEVEMENT' and Monthstart(REGL_DATE)=PERIODE_DEBUT, REGL_MONTANT)))

I've got the message "Error in expression : ')' expected".

Can I have some help please ? I don't know what s wrong with this expression.

Thank you 🙂

Labels (1)
2 Replies
Mark_Little
Luminary
Luminary

What are you trying to do?

The brackets seem fine, so to me it points failing to evaluate expression   

marcus_sommer
MVP
MVP

Does this work?

SUM(DISTINCT IF(REGL_MODE_REG='PRELEVEMENT' and Monthstart(REGL_DATE)=PERIODE_DEBUT, REGL_MONTANT))

- Marcus