.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