Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expession help....!!!

Dear All,

One of my  simple expression i have used in my pivot table is shown below. 

ROUND (RANGESUM (BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM))

I want to hide or remove  the zero values shown as a result of above expression without considering the results of the other expression.

So can you any one help me to find the effective formula instead of the above or what modification i could do.

Thanks.

Priyantha.

14 Replies
Not applicable
Author

Please help .

amit_saini
Master III
Master III

Hi,

Checked "Suppress When Value is null"" option in dimension and Presentation tab and check.

Thanks,
AS

Not applicable
Author

not working.

Not applicable
Author

if(isnull(ROUND (RANGESUM (BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)))=0,ROUND (RANGESUM (BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)))

Not applicable
Author

Thanks for the early reply,

But the expression does not changed the result of my expression. It means not successful for my requirement.

Priyantha.

Not applicable
Author

Send me sample qvw file

Not applicable
Author

BCOD CRE_CODE CLA_CODE GL_CODE REF_NO POL_NO_2014 PREMUMBRO_COMMAGE_COMGRO_COMTOT_COMEXCESS
BA001017-021MC70310BA0015D0030088BA00151D0003341261990229503146-851
BA0015D0030093BA00151X0000379120270109501477-382
BA0015D0030094BA00151X000038010896098901336-347
BA0015D0030185BA00151D00033423450903001030010
BA0015D0030216BA00151D00033441519901332013320
BA0015D0030217BA00151D00033452182802008020080
BA0015D0030218BA00151A00014531102550101260101260
BA0015D0030219BA00151D00033461577301390013900
BA0015D0030250BA00151D00033476236805749057490
BA0015D0030295BA00151D00033492075901826018260
BW001017-021MC70310BW0015D0030219BW00151D00026091634501447014470
Anonymous
Not applicable
Author

if possible share your qvw with sample data .. so that somebody can work on it and send solution back.

Thanks

BKC

awhitfield
Partner - Champion
Partner - Champion

Hi,

have you tried clicking 'Suppress Zero Values' on the Presentation tab?

Andy