Microsoft Developer Network > Página Inicial dos Fóruns > SharePoint - Workflow > Designer workflow for dynamically updating a calculated column everyday
Fazer uma PerguntaFazer uma Pergunta
 

PerguntaDesigner workflow for dynamically updating a calculated column everyday

  • terça-feira, 30 de junho de 2009 18:47Adarshkumar Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    I have list in which I have added a calculated column which displays colored text with respect to the condition provided. I'm refering Today's column in that formula and comparing today's date with target date to display colored text.But I'm unable to view the updated colored text in the column as the calculated column is not dynamic.
         Can any one help me to solve this problem using SP designer or javascipt as I don't have access to the server and also don't have visual studio to write C# code.

    Is there any possibility to create a workflow using SP designer to dynamically update the calculated column or list item

    This is my formula

    =IF(AND([Concept Stage Exit Actual Date]="",INT(Today)>INT([Concept Stage Exit Target Date])),"<DIV style='color:#FF0000'>"&TEXT([Concept Stage Exit Target Date],"m/dd/yyyy")&"<DIV>",IF(AND(INT([Concept Stage Exit Actual Date])=0,INT([Concept Stage Exit Target Date])=0),"<DIV style='color:#FF0000'>TBD<DIV>",IF(AND(INT([Concept Stage Exit Actual Date])=0,INT(Today)<=INT([Concept Stage Exit Target Date])),"<DIV style='color:#000000'>"&TEXT([Concept Stage Exit Target Date],"m/dd/yyyy")&"<DIV>","<DIV style='color:#348017'>"&"Completed on "&TEXT([Concept Stage Exit Actual Date],"m/dd/yyyy")&"<DIV>")))

     

     Thanks  in advance

Todas as Respostas