Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Need help with this API text - as either I have a syntax error or a missing line.
displayname=Days In Due Diligence
descriptionkey=resolveProject
linkedname=resolveProject
listsort=nested(resolveProject).issue
querysort=resolveProject:entryDate
textmode=true
valueexpression=ABS(DATEDIFF({resolveProject:entryDate},$$TODAY),0)
valueformat=int
Is there an article, video, or other posting - that lists out the MINIMUM REQUIRED lines needed to successful execute API Text Mode?
Meaning - when do I use "listsort" vs "listmethod" vs neither vs use both or never use both together?
Meaning - is descriptionkey and linkedname both always needed or optional?
Meaning - when is listsort vs querysort needed vs use both?
Creation of the valueexpression or valuefield is pretty well documented - but what lines goes with that expression is the grey area for me.
I am trying to become more efficient and independent at API Text Mode - but I'm needed more articles/documentation/video's on the down and dirty details.
Thanks for helping me with the above syntax and thanks for the help on pointing me to help.
Solucionado! Ir para a Solução.
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
If anyone wants to know what finally worked - it is this syntax.
valueexpression=ABS(DATEDIFF({resolveProject}.{entryDate},$$TODAY),0)
Visualizações
respostas
Total de curtidas
Hi Benetta,
From this reference, I suspect you either need to use ROUND(... , 1 ) or simply ABS(...) since only the former expects the second parameter (number of decimals).
As for Minimum Required textmode, either valuefield=name or valueexpression=UPPER({name}) (for example) should be sufficient to pull data into a column; everything else is optional, and some are more useful than others.
Regards,
Doug
Visualizações
respostas
Total de curtidas
If anyone wants to know what finally worked - it is this syntax.
valueexpression=ABS(DATEDIFF({resolveProject}.{entryDate},$$TODAY),0)
Visualizações
respostas
Total de curtidas
Thank you for sharing what worked! I'm sure that other people may have this question in the future and would love to find that you've already done the hard work. Thanks for being so helpful @Benetta Perry‚ - I'm going to mark your answer as the best answer so if someone comes across this they'll know what to try!
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas