Hi all,
I have a summary report being generated with a series of searches that update tokens.
It's working just fine but when the results are zero (0) the email displays the token value as a null value or blank space.
Do I need to do something to assign 0 to integers that have a null search count result?
Here is the display
Summary Report of OCR Status for ABC's Document Repository
Please do not reply, this is an automated service and will not respond.
Audit of OCR STATUS Commenced at 28/07/2015 4:44:57 PM
ABC Total Document Count = 13,851
Total count of documents with ALL pages OCRed = 13,827
Total count of documents with SOME pages OCRed = 17
Total count of documents with NO pages OCRed = 7
XXX Total Document Count = 529
XXX documents with ALL pages OCRed = 529
XXX documents with SOME pages OCRed =
XXX documents with NO pages OCRed =
YYY Total Document Count = 69
YYY documents with ALL pages OCRed = 69
YYY documents with SOME pages OCRed =
YYY documents with NO pages OCRed =
The eMail code per block is as:
<b>ABC Total Document Count = %(Total Search Result Count#"##,###"#)</b> Total count of documents with ALL pages OCRed = %(Whole Repository OCR=ALL#"##,###"#) Total count of documents with SOME pages OCRed = %(Whole Repository OCR=SOME#"##,###"#) Total count of documents with NO pages OCRed = %(Whole Repository OCR=NONE#"##,###"#)
Note my use of the ##,### to insert the comma, is there another formatting expression to force the display of '0'?
Cheers,
Will