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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

Does this work?

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

- Marcus