08-15-2014 05:39 AM
Hi
I'm trying to format some grid reports to fit better for wall-screens.
How can I define the format to display a service level value 0.8 as 80% (without a comma) and a time in queue value 90 as 01:30 (mm:ss without hh)?
There is a Format "Custom" within the formating but no word about it within the product documentation.
I'm also wondering, why the font size is limited to 45 and if there is a simple way to get bigger numbers on a screen without changing the browser zoom?
Regards,
André
08-15-2014 06:02 AM
Here's some information on custom formatting:
For the 80%, I would try the custom format of:
##,###%
The mm:ss formatting is more tricky... you likely will have to do custom SQL for that, and output your time value as a string. I haven't found any way to customize a decimal value display to a mm:ss value.
-Jameson
08-18-2014 12:59 AM
This and also other syntax can't be saved with CUIC 10.0. The format is empty again after reopening.
Maybe this functionality has been removed.
08-18-2014 05:48 AM
In that case, you should be able to do both with custom SQL, formatting output as a string.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide