Expandir minha barra de realizações na Comunidade.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

In Fusion 2.0, how do I convert a number to text?

Avatar

Level 2
 
1 Solução aceita

Avatar

Resposta correta de
Community Advisor
7 Respostas

Avatar

Community Advisor

is it the same as it is for a calculation in workfront? (https://one.workfront.com/s/document-item?bundleId=the-new-workfront-experience&topicId=Content%2FRe... ) -- as in, can you do anything with this? I checked the functions in fusion and couldn't find anything there. You might submit a ticket and see if that was an oversight on workfront's part.

Avatar

Level 2

If if is, it's not obvious. I tried (string({{3.NewItemID}}) but that didn't use it as a function, it just set the variable to the literal "string({{3.NewItemID}})"

Avatar

Community Advisor

you might submit a ticket then. Seems weird that they would have a formatNumber but no formatString function.

Avatar

Resposta correta de
Community Advisor

Avatar

Level 2

WooHoo! That worked!!!!!

Thanks, Skye 😀

Avatar

Community Advisor

Hi John,

Untested, but one common approach is to "coerce" the data type by concatenating it with an empty string (e.g. CONCAT(myNumber,""))

Regards,

Doug

Avatar

Level 2

Thanks, Doug. That was going to be my Plan B.