Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9120481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T05:38:14+00:00 2026-06-17T05:38:14+00:00

I have a requirement to include a null value in multi valued parameter. I’m

  • 0

I have a requirement to include a null value in multi valued parameter. I’m using fetchXML code in my dataset. Please help me with it.

In my report I have 2 datasets in which first one is main dataset having parameter @P1.
For @P1 I have assigned Dataset2 as “Availible values” and “Default values”.

Now, when I run the report I should get a dropdown with list of all values in dataset2.

So, here in that dropdown I was asked to add a null value also. Is it possible?

Note:Parameter will accept multiple values from user.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T05:38:15+00:00Added an answer on June 17, 2026 at 5:38 am

    You can add a CRM filter parameter to your report, by adding a blank-value report parameter to your SSRS report.

    The XML for the parameter would be like the following, considering you are working for example with the Account entity:

    <ReportParameter Name="FilteredAccount">
       <DataType>String</DataType>
       <Nullable>true</Nullable>
       <DefaultValue>
          <Values>
             <Value></Value>
          </Values>
       </DefaultValue>
       <AllowBlank>true</AllowBlank>
       <Prompt>FilteredAccount</Prompt>
       <Hidden>true</Hidden>
    </ReportParameter>
    

    After you add this parameter, you will upload the report to CRM, and CRM will automatically create the parameter for you as SQL query (Value) and will load CRM filters. Any specific required filters could be saved to the report in CRM.

    And note that this report parameter should be passed from SSRS to the stored procedure, which fetches the report filtered results.

    You could also find details about CRM 2011 report pre-filtering parameter in this blog
    post
    http://carlwillis.blogspot.com/2012/01/pre-filtering-in-crm-2011-ssrs-reports.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Good day, I have a requirement which i need to include a layout (actually
I have a requirement to include logon fields in my right column of a
I have a requirement to perform an indexed search across content which must include
So I have the requirement that part of the output models must include UI
I have a requirement for creating call backs between native code ( c language
When we deploy our products using OEM we have a requirement that our company
I have a requirement from a client to modify the treelistex field to include
I have a dynamic pattern that I have been using the code below to
I Have a hidden field that contains a value and my code block within
We have created a Custom Capcha generator using C#.Net. Now we have requirement to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.