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: 
JoseGarcia
Creator III
Creator III

Formula check

Hi all, 

could anyone check if formula below has been formulated correctly?

Its is showing to be correct, but no i do not have any values as a result.
As always, thanks a million for your support.

=(([1HS02 ] + [1HS05 ]) /

[1HS06 ] * 1000000)

Nacho

Labels (1)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

@JoseGarcia 

May be you need an aggregation function around it. Try like:

=Sum(yourExpression)

View solution in original post

1 Reply
tresesco
MVP
MVP

@JoseGarcia 

May be you need an aggregation function around it. Try like:

=Sum(yourExpression)