Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Divide values in Qlikview

Hi,

how does one divide values in Front End

e.g

Im sitting with:

VALUE 500 I need to see 50% of that Value which is 500 / 2

so i need a sample sum Script that can Occupy this.

Thanks

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Are you using an expression?

If yes then Sum(Values) / 2

Not applicable
Author

Hi Saccone,

so now if the column im calculating contains Nulls and want to Add the Values on from a Different Field, how to Accomodate that?

Thanks.

alexandros17
Partner - Champion III
Partner - Champion III

It should be:

(Sum(Field1) + Sum(Field2)) / 2

SatyaPaleti
Creator III
Creator III

Hi Alessandro,

Try this

=Div(Valuee,2)

Thank you,

SatyaPaleti

Not applicable
Author

HI Guys,

this has to ignore all the Existing values only put in the new ones where we had nulls, because if i add the script to the current column it will divide existing numbers, so i don't want that

Thanks.