Guest User

Untitled

a guest
Jan 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. IIF(Fields!MachineName.Value="Machine1",
  2. "Machine1",
  3. IIF(Fields!MachineName.Value="Machine2",
  4. "Machine2",
  5. IIF(Fields!MachineName.Value="Machine4",
  6. "Machine4",
  7. IIF(Fields!MachineName.Value="Machine5",
  8. "Machine5",0
  9.  
  10. )
  11. )
Add Comment
Please, Sign In to add comment