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: 
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
tresB
Champion III
Champion III

@JoseGarcia 

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

=Sum(yourExpression)

View solution in original post

1 Reply
tresB
Champion III
Champion III

@JoseGarcia 

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

=Sum(yourExpression)