Acumatica Summit 2026 - January 25-28 | Seattle Convention Center — Summit Building
Hello everyone,
Is there any way to have the fields show the % symbol after the number in a column in a GI?
@bigred1022 Try
CSTR([Your Value or Formula])+’ %’
You may need to divide your value by 100 to get it to display correctly depending on your formula.
Hey @nickcerri32 , modified the entry to this: =CSTR(sum([ARTran.UsrSalespersonGPAmt]) / NullIf(sum([ARTran.CuryTranAmt]), 0)*100/100) +’ %’
But getting nothing but yellow exclamation points in the column now. When I hover over them, it gives the following error:
“The data type that is expected for this column mismatches the data type of the following received value: 0.401129 %.”
I have attached the GI.
@bigred1022 I’m not able to open your GI, but you should leave the schema field empty. You’re probably trying to set the field to be a percentage, but your formula is a string.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.