Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
george55
Partner - Creator III
Partner - Creator III

Simple Calculation: with and without line break

Have 2 Variables with aggregations in it. Why do I have different results when using this:

Calculation1
$(Variable1)  +  $(Variable2)


Calculation2 (with line break)
$(Variable1)
+  $(Variable2)

 

Calculation2 gives the right result. 

Labels (1)
  • SaaS

1 Solution
3 Replies
sunny_talwar

This is interesting. Would you be able to share a sample where we can see this?

george55
Partner - Creator III
Partner - Creator III
Author

Tried to implement a new, small, simple and anonymised App but there don't have this issue. So at least you see in my origin-App with my video (see attachment) that its true 🙂

 

It is even more worse than I thought!

3 different results with exact the same variables:

Example1 

(
$(Variable1) + $(Variable2)
)
/
$(Variable3)

 

Example2 

($(Variable1) + $(Variable2))
/
$(Variable3)

 

Example3

($(Variable1) + $(Variable2)) / $(Variable3)