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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

No value on total

Hi everybody;

i have a issue, i have some value which are from a applymap, this is numeric number and i get it in "monetary" on the type of number.

But when i do a total that don't worK as you can see on attached file

do you know why?

Thanks a lot!

Labels (1)
11 Replies
MK_QSL
MVP
MVP

Its very difficult to answer by only looking your JPG file. Kindly upload sample application or sample data!

Not applicable
Author

Hi ,

Post sample data for more help...

Try like below,

Go to Expression properties>Total mode>select Total

or

properties>Number>select calculated field>select Number format setting >Number

amit_saini
Master III
Master III

Sab,

Not sure if you are doing like below to get the sum total:

Thanks,

AS

Not applicable
Author

I posted it at the main post!

Thanks for your answers

avinashelite

Hi Sab,

The Issue is with the DATA , in your expression their are lot of null values because of this even the total is appearing as null, convert the null values to zero in the script and then try , the total column will get populate

Hope this helps you

Not applicable
Author

I tried it but it not work..

Not applicable
Author

HI

try with straight table it will work ,

image.png

Rather,

if we use pivot try like below if possible,

num(sum(objectif_synth)/10800,'# ##0,0 K€;-# ##0,00 €')

avinashelite

Did you handled the null values in the script? if not change the null values to 0 in the script level it will work

try changing the Pivot table to Straight table and then check?

Not applicable
Author

Sorry for all my questions because i'm a beginner ahah

but where i put this instruction "num(sum(objectif_synth)/10800,'# ##0,0 K€;-# ##0,00 €')"?
In the expression?