Expression Total
Hi,
OK solved. I must remove the []
Sorry for my Beginner Question.
Frank M
Hi,
i will edit a Total Position. The Data Source Field is a String Type. If i choice the Function Sum and the String Datas Field, i must convert to a Numeric Value.
I try
Edit Expression:
[ToDecimal([Position.GP])]
-> Total error CS1525 ...
What is the right use of this Conversation?
Regards, Frank M
OK solved. I must remove the []
Sorry for my Beginner Question.
Frank M
Hi,
i will edit a Total Position. The Data Source Field is a String Type. If i choice the Function Sum and the String Datas Field, i must convert to a Numeric Value.
I try
Edit Expression:
[ToDecimal([Position.GP])]
-> Total error CS1525 ...
What is the right use of this Conversation?
Regards, Frank M
Comments
Remove outer brackets:
ToDecimal([Position.GP])