expression syneax for multiple where clause

  • Hi all,

    I am trying to create the Expression equivalent of the following query:

    SELECT count(TasksName)

    FROM [db].[dbo].[testdetails]

    where TopLevelProjectName = '40 Project Folder'

    and TasksName = 'Project Info'

    I basically need a working version of this incorrect syntax:

    =CountDistinct(IIF(Fields!TopLevelProjectName.Value = "40 Project Folder" AND Fields!TasksName.Value = "Project Info"))

    Thanks in advance,

    Sharon

  • ...and apologies, I thought I was in the SSRS forum when I posted this.

    Sharon

  • Does no one reply if you accidentally post in the wrong forum? 🙂

  • Pretty much if they all thought, as I did, that you reposted it in the proper forum.

Viewing 4 posts - 1 through 3 (of 3 total)

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