Advertisement
Guest User

Untitled

a guest
Oct 6th, 2016
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  string exp
  2.  
  3.  exp = "if(partially_complete = 1, 'In Progress', if(status='P' or trim(status) = '','Planned',if(status = 'I','In Progress', if (status = 'S', 'Suspend',if(status = 'F', 'Future', if(status = 'E', 'Expired', if(status = 'R', 'Ref Out', if(status = 'U', 'User Defined',if(status = 'O','Ref Out - Comp','Complete')))))))))"
  4.  
  5.  Modify("stat.Expression="+exp+" ")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement