Good morning everyone,
Just wondering if there is a way to format the fields besides scripting it.
For example-- I know I can change the format of my current decimal fields to only show 2 places to the right of the decimal by using this in the dataset select query:
CAST(v90.CNTR_MATL_INV_ON_HAND AS decimal(10, 2))
But in crystal I was able to set the format for the field on the layout of the report by right-clicking the field and choosing the format (-1234.00).
I was just hoping I wouldn't have to cast all the decimals in this report as there are many.
I guess I am lazy!
Thanks for any advice!!
You all are great!
Sunny
Just wondering if there is a way to format the fields besides scripting it.
For example-- I know I can change the format of my current decimal fields to only show 2 places to the right of the decimal by using this in the dataset select query:
CAST(v90.CNTR_MATL_INV_ON_HAND AS decimal(10, 2))
But in crystal I was able to set the format for the field on the layout of the report by right-clicking the field and choosing the format (-1234.00).
I was just hoping I wouldn't have to cast all the decimals in this report as there are many.
I guess I am lazy!
Thanks for any advice!!
You all are great!
Sunny