Switch statement problem

  • Hi All,

    I trying to create the following statement

    Switch(Fields!Update.Value = true and Fields!Status.Value = 0, "No",

    Fields!Update.Value = true and Fields!Status.Value = 1, "No", Fields!Update.Value = true and Fields!Status.Value = 2, "Med",

    Fields!Update.Value = true and Fields!Status.Value = 3, "-",)

    but I keep getting the following message

    value <:>

    specify the value of the placeholder.

    Thank you

  • Remove the last comma before the end paren

    [font="Courier New"]Looking for a Deadlock Victim Support Group..[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply