Problems with formatting
Posted: Wed Oct 12, 2016 6:23 pm
Stimulsoft Reports.NET version 2013.3.1800
.NET Framework v4.0.30319
I have a data field in my query that is utilizing the following statement:
I applied the text format for that object as numeric (and currency) so that it should only shows 2 decimals, however, it still produces the result with 4 decimals (ex: 36296.9000).
How can I get this field to format as currency with only two decimals? Ex: $36,296.90
I have attached my .MRT file. The field referenced is directly beneath the object titled "Experience Mod Projection (EXPM)"
Thank you
.NET Framework v4.0.30319
I have a data field in my query that is utilizing the following statement:
Code: Select all
{SumIf(QueryResults.Activity_Amount__Numeric_, QueryResults.Activity_EXPM > 0 )}
How can I get this field to format as currency with only two decimals? Ex: $36,296.90
I have attached my .MRT file. The field referenced is directly beneath the object titled "Experience Mod Projection (EXPM)"
Thank you