SSRS Report Builder Part 11.4 - Multi Value Parameters and Null Values

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 17

  • @TheMisiekMisiek
    @TheMisiekMisiek 3 ปีที่แล้ว +3

    Very useful, clear and professional. Continue your tutorials, please. You're my basic source of knowledge on ssrs/ssms.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 ปีที่แล้ว

      Thanks! Happy you found it useful and thank you for watching!

  • @nikakalichava8012
    @nikakalichava8012 ปีที่แล้ว

    Hello Mr Owl!
    13:00 how do I handle null dates? I have a date parameter but some values are not filled and are null, If I check the null check-box it just gives me all the data (without nulls), but If i type a specific date then I still cant search for data with null dates.

  • @moyura2
    @moyura2 2 ปีที่แล้ว

    Thank for sharing, it's easy to follow and very educational. How would you create a filter with few countries in the list e.g. (Select All), Show All Countries, No Country Assigned, US, UK, China ?

  • @laionegan
    @laionegan ปีที่แล้ว

    Wonderful videos.the best on ssrs. I am seaeching for a soluzioni where i could create an ssrs query text using the expression.could you post some video on this?i hope to be clear.thx

  • @srinivasbestha7293
    @srinivasbestha7293 3 ปีที่แล้ว

    Hi ,How can we create an optional multivalue parameter instead of passing all values by default on a report filter ?

  • @ericsos101
    @ericsos101 ปีที่แล้ว

    I have a drop-down list in a parameter and all is one of them so when all is selected no data is displaying.. how can i fix it that issue

    • @WiseOwlTutorials
      @WiseOwlTutorials  ปีที่แล้ว +1

      Hi Eric! I'd check out videos 10.4, 10.4b and 10.5 in this playlist th-cam.com/play/PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU.html
      I hope it helps!

  • @RohithKK-uh7pp
    @RohithKK-uh7pp 3 ปีที่แล้ว +1

    Sir super.

  • @sblack1976
    @sblack1976 2 ปีที่แล้ว

    This list of available values could be very long, how could we begin typing in the parameter field to filter down the list of available values?

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 ปีที่แล้ว

      Hi! Sadly, SSRS parameters don't support this feature. There are several alternatives (none of which are as clean as autocomplete)
      stackoverflow.com/questions/43040817/how-to-type-value-dropdown-list-in-ssrs
      stackoverflow.com/questions/14691616/ssrs-report-parameter-with-500-values
      tpuch.blogspot.com/2011/02/options-for-filtering-parameter-values.html
      I hope it helps!

  • @Wzxxx
    @Wzxxx ปีที่แล้ว

    How to add null to report which uses data from dateveresse data set (DAX query)?

    • @WiseOwlTutorials
      @WiseOwlTutorials  ปีที่แล้ว

      Hi! Take a look at the example DAX queries here community.fabric.microsoft.com/t5/Desktop/How-to-add-a-blank-row-in-a-table/td-p/1368615
      I hope it helps!