I am trying to create a report frpm CRM 2011 Online using Fetch XML. Everything works great exept trying to sum up a total in a table. Visual studio is warning that the value I am trying to sum is not numeric. The value is numeric but shows like this: "21,0" or "23 9090".
"[rsAggregateOfNonNumericData] The Value expression for the textrun Textbox311.Paragraphs[0].TextRuns[0] uses a numeric aggregate function on data that is not numeric. Numeric aggregate functions (Sum, Avg, StDev, Var, StDevP, and VarP) can only aggregate numeric data."
I have tried to change the format in CRM system setting to get the correct format, but it wont work. Is there a way to convert or anything to get this to work? Or is this just impossible? I have also tried to make a report in the wizard mode and then export it to excel, tha same problem there. Please help!