Our driver has some column parameters which some are metrics and other counters. Most metrics are using 3 or 4 decimals places while counters whole numbers. We want everything to have 4 decimals places since the data is aggregated by another tool which requires that structure of 4 decimals places. Is there a way to do this without affecting the core of the driver/other implementations? Something similar to DynamicUnits or applying and information template perhaps?
Hi Geovanny,
I believe the first question should be: is it limited on the driver parameter? If it is, I believe there isn't anything that you could do except to do a driver change to see the extra decimals.