SSRS Report Builder Part 10.1 - Report Parameters and Filters

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 59

  • @CarlosFlores-kd6rn
    @CarlosFlores-kd6rn Рік тому +2

    Great tutorial, I am writing a report for my employer and needed a way to connect the parameters to the field values and return the result or a message for empty sets. This video showed me everything.

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      Happy to hear that you found it useful Carlos! Thanks for taking the time to comment and for watching!

  • @amadeeyo8181
    @amadeeyo8181 Рік тому +2

    Best learning channel in UA-cam. Well done mate 👏 keep the up good work.

  • @emperatrizstredel9333
    @emperatrizstredel9333 Рік тому +1

    Excellent. I like it a lot. The explanation is very clear and useful

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      Happy to hear you found it useful, thanks for watching!

  • @mathieudager4234
    @mathieudager4234 2 роки тому +1

    Top-notch quality content @WiseOwl. Not exactly new to SSRS therefore Report Builder and/ or SQL. Nevertheless learning a ton. You have a new subscriber. Many thanks and Merry Xmas.

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      Thanks Mathieu! I'm happy to hear that you're finding the videos useful. Merry Xmas to you too!

  • @reanalytics1863
    @reanalytics1863 3 роки тому +1

    You are great at teaching
    Big Thanks

  • @galrickgak9615
    @galrickgak9615 2 роки тому +1

    You are a blessing

  • @r0bt93
    @r0bt93 Рік тому +1

    Brilliant, thank you!

  • @vh8000
    @vh8000 3 роки тому +1

    Thanks for this excellent video.

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому

      You're very welcome, Vincent! Thanks for watching!

  • @wisherb1
    @wisherb1 Рік тому +1

    The apology for The twilight movies being in the data @28:43 had me laughing.

  • @EVERSON_IAT
    @EVERSON_IAT 2 роки тому +1

    Hi, thank u for this playlist, this change work results. I have a problem when use list selector, because the column is from same dataset that report. How can i solve it ?

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      Hi Everson! Try video 11.1 in this playlist ua-cam.com/play/PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU.html
      I hope it helps!

  • @Microgen86
    @Microgen86 3 роки тому +3

    thanks bro. excellent tutorial👌

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому

      Thanks!

    • @Microgen86
      @Microgen86 3 роки тому

      @@WiseOwlTutorials may i ask how to deal with complex reports in ssrs that require some pre processing in code before sending data to the report

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому

      @@Microgen86 Hi, that's quite a broad question, do you have a specific case or problem in mind?

  • @BenjaminKohler-nq4rm
    @BenjaminKohler-nq4rm 6 місяців тому

    Have you ever tried filtering data out at the tablix/page level? I'm trying to filter out a list of string values that I'd like to have those rows excluded from that page's data.

    • @WiseOwlTutorials
      @WiseOwlTutorials  6 місяців тому

      Hi! You can add a filter to an individual tablix, sure. Part 5.5 of this playlist shows adding basic filters to a tablix. I hope it helps! ua-cam.com/play/PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU.html&feature=shared

  • @VforAllofUs
    @VforAllofUs 5 місяців тому +1

    brilliant!

  • @lemonlearner7315
    @lemonlearner7315 3 роки тому +1

    Hey, Your videos are quite amazing, i'm having a problem. I started to learning this and i don't really know how to do next thing, i have 2 parameters, StartDate and EndDate, What should I do if I want to know the information of a specific day? I mean, if i put the same date on StartDate and EndDate, The report isn't showing anything but there is data on that date.

  • @AhmedBelamine-d8z
    @AhmedBelamine-d8z Рік тому +1

    Very nice tutorial although im having a hard time finding how to do the NOT like operator... I tried building some expressions and what not but always get an error :/ would appreciate your help mate

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому +1

      It's easier to do with query parameters but if you want to do this with report parameters, first check out video 10.4b, especially the part on creating Boolean Filter Expressions ua-cam.com/video/dZ3TLo1Yplk/v-deo.html
      Then set your filter expression to this:
      =Not(Fields!Title.Value Like Parameters!ExcludeTitleText.Value)
      Hope it helps!

    • @AhmedBelamine-d8z
      @AhmedBelamine-d8z Рік тому +1

      @@WiseOwlTutorials Thank you so much... you dont know how much that means haha. Im an intern and nobody in the team uses report builder so i was on my own. Trying to figure things out on my own and your videos are literal GOD SENT... Out of curiosity where have you learned to use report builder ? One thing s for sure, I ll watch all your stuff :)

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      @@AhmedBelamine-d8z You're very welcome! I learnt Report Builder as part of my role at Wise Owl - delivering training courses and providing consultancy to clients.

  • @palebeatz
    @palebeatz 2 роки тому +1

    Amazing

  • @scotolivera8207
    @scotolivera8207 3 роки тому +1

    Thank you sir, are considering creating a tutorial for c# or VSTO in the near future like the one created for VBA ?

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому

      Hi Gyan Carlo, we do have a basic series on C# although it didn't gain the popularity of the VBA series but you can see it here if you like ua-cam.com/play/PLNIs-AWhQzckxhclAO-4SsUWoHDxKKiFj.html
      We don't have any immediate plans for VSTO or more C# videos at the moment.

  • @NurulFitriMYusoff
    @NurulFitriMYusoff 6 місяців тому

    Hi I trying to use the same method but unfortunately I keep received this (as per below) error for all my report. Appreciates if anyone can assists me on this
    The report parameter 'QuotaRefNo' has a DefaultValue or a ValidValue that depends on the report parameter "QuotaRefNo". Forward dependencies are not valid.
    ----------------------------
    The definition of the report '' is invalid.
    ----------------------------
    An error occurred during local report processing.

    • @WiseOwlTutorials
      @WiseOwlTutorials  6 місяців тому

      Hi! You normally see this error when you populate the Default Values or Available Values properties of a parameter using a dataset which refers to the value of another parameter. In this case, you must arrange your parameters in the correct order.
      I hope it helps!

  • @bhargavtej1762
    @bhargavtej1762 2 роки тому

    How to download RDL template form server and use in report builder??

  • @gsrinivas2103
    @gsrinivas2103 Рік тому

    How can we pass a parameter value from main report to sub report??????
    Could you please help me with this

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      Hi! It's an older video but video 19 in this playlist covers Subreports ua-cam.com/play/PL7A29088C98E92D5F.html
      I hope it helps!

  • @simonliebig1511
    @simonliebig1511 Рік тому

    I've already seen a lot of your videos. they are really great! However, I have a problem that I did not find in the videos. I have a table and two datasets. I display content via a lookup. now I want to filter the lookup using a parameter in the table after the second dataset. it is a value about open items. is an invoice paid, i.e. €0.00 or not paid. is it possible to filter by a lookup or are there other ways? many thanks for everything!

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому

      Hi Simon! You can add a filter to your table in the Tablix Properties dialog box. For the filter expression you can use the same Lookup function you used to return the value in the table.
      I hope that helps!

    • @simonliebig1511
      @simonliebig1511 Рік тому +1

      @@WiseOwlTutorials Hi! I thank you a lot! I found another way. I wrote a new query with a left join. So I could use my regular filters and parameters. but it is very good to know that a filter also works with lookup. Thank you very much for taking the time to answer my question! Best regards

    • @WiseOwlTutorials
      @WiseOwlTutorials  Рік тому +1

      @@simonliebig1511 Happy to hear that you found a solution Simon!

  • @shubhamkupade7008
    @shubhamkupade7008 4 місяці тому

    if i want to see data without select pick start date and pick end date or not providing any default value for date is it Possible ?

    • @WiseOwlTutorials
      @WiseOwlTutorials  4 місяці тому

      Hi! Carry on watching the playlist and you'll get to the videos on optional parameters ua-cam.com/play/PLNIs-AWhQzcmEFHyxCRwA_gb29WOz5SJU.html&feature=shared
      I hope it helps!

  • @AmitSingh-er3lk
    @AmitSingh-er3lk 3 роки тому +1

    Great

  • @michaelputnam1558
    @michaelputnam1558 2 роки тому

    Does this cover sorting the parameter list alphabetically? I have my parameters built, but the list is out of alphabetical order... sorry if this is a dumb question.

    • @WiseOwlTutorials
      @WiseOwlTutorials  2 роки тому

      Hi Michael, you can sort the values within a parameter in a couple of ways but I don't know of a way to sort the parameters themselves. You can reposition parameters manually but this is tedious if you have lots of them.

  • @broadenmymind5793
    @broadenmymind5793 3 роки тому +1

    - Firstly, I really appreciate your efforts, your videos are amazing, they help me a lot! Thank you!
    - In additional to that, I'm facing a problem:
    I want to calculate the difference of energy consumption between 2 particular months which are specified by PARAMETER. For instance, energy consumption in March is 30kWh and that in August is 50kWh so the result would be 50-30=20kWh. (I'm using stored procedure for data set)
    - If you're interested in this matter, could you please give me a hint for this issue? Thank you once again!

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому +1

      Hi! Happy to hear the videos have helped you so far! I think the video on stored procedure parameters might help you here ua-cam.com/video/gqL9z6_S9jE/v-deo.html
      I hope it's useful!

    • @broadenmymind5793
      @broadenmymind5793 3 роки тому +1

      @@WiseOwlTutorials oh yes, i'll see that video. Thanks for your support!

    • @WiseOwlTutorials
      @WiseOwlTutorials  3 роки тому +1

      @@broadenmymind5793 I hope it have you the answer!

  • @UlysseFrance
    @UlysseFrance Рік тому

    3:13 parameter in filter

  • @ImiChitterman
    @ImiChitterman 3 роки тому +2

    Only 5 minutes into your video and i just realised how much time i waste on other useless captions and vids.