Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rob_insley
Partner - Contributor III
Partner - Contributor III

Expression not returning a value.

I have a chart that contains the following expresisions

PO Lines = sum (POHeader.Count)

Catolog Lines = COUNT({$<[REQLine.CatalogType]={"CATALOG","NON-IPROC","EXTERNAL"}>}[REQLine.CatalogType])

%Lines Automated = COUNT({$<[REQLine.CatalogType]={"CATALOG","NON-IPROC","EXTERNAL"}>}[REQLine.CatalogType])/sum (POHeader.Count)

Chart.JPG

IT is not clear to see from the uploaded image but the % Lines are all correct .  However when I remove PO Lines and CAtaolg Lines functions, the % Lines Automated Expression no longer provides a value for  records that have 0 catalog Lines.  Can anyone shed any light on this behaviour?

Please note I have blanked out the Org Name Values for Confidentiality,

Thanks,

1 Solution

Accepted Solutions
rubenmarin

Hi Rob, in presentation tab, try uncheck 'Supress zero values'.

When you have the expressions it's drawing the row beacuse there is at least one expression not equal to 0, when you left only the percentage, all rows that returns 0 are supressed.

View solution in original post

3 Replies
rubenmarin

Hi Rob, in presentation tab, try uncheck 'Supress zero values'.

When you have the expressions it's drawing the row beacuse there is at least one expression not equal to 0, when you left only the percentage, all rows that returns 0 are supressed.

Gysbert_Wassenaar

Try disabling the Suppress Zero-Values option on the Presentation tab.


talk is cheap, supply exceeds demand
rob_insley
Partner - Contributor III
Partner - Contributor III
Author

Thanks both, I must master the myriad of  presentation options.  I