SSRS Tutorial 90- How to Create SSRS Report with Dynamic Columns ( Source Definition Change)

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

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

  • @JohnPlebanski
    @JohnPlebanski 3 หลายเดือนก่อน

    This was just what I need to help me resolve an issue I was having. Thanks!

  • @ValleyofEndar
    @ValleyofEndar 4 ปีที่แล้ว

    22:00 dynamic column adding part in SSRS is at - uses Matrix. Thank you. I was trying to send pivoted results to SSRS, and didn't know how to handle the columns, but one does not have to as the Matrix structure will handle the unpivoted data for you.

  • @7pinky791
    @7pinky791 9 ปีที่แล้ว +2

    Thank you for this very interesting topic, one question what if I need to group by some of the columns, how would I do that dynamically? Thanks

  • @angelikaadass3074
    @angelikaadass3074 5 ปีที่แล้ว +2

    Thank you so much! I am learning your technique how to create stored.proc in this video. Also i like the fact that you are making mistakes and then troubleshoot it in front of audience... for us to learn what has happened :-)

    • @TechBrothersIT
      @TechBrothersIT  5 ปีที่แล้ว

      Glad to hear that you learnt the way I tried to explain. Thanks for watching and support.

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

    Very good.

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

    Thank you

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

    Helpful video

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

    this is help full thanks ! but , what if the datatype column have 'datetime ' data type . how will i handle the conversation of data type ?

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

    Great! Thank you!

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

    Great

  • @yvarjun
    @yvarjun 8 ปีที่แล้ว

    Thanks. I have a scenario to execute stored procedure with dynamic columns with SSRS?

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

    Hello Aamir,
    thanks for all the videos for SSRS. I find it very helpful.
    I referred the query given by you, but I am having difficulty understanding the 4th line from last - Exec sp_executesql @SQL;
    I don't see if we have already created the procedure earlier in the video/query.
    your help is much appreciated!
    Thanks

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

      Hi Amit, thanks for kind words. I am not creating any stored procedure, the Exec sp_executesql @SQL; line is executing the code that is saved in @SQL variable. If you notice I have DECLARE @SQL NVARCHAR(MAX)=' ' , that means I am saving all query in @SQL variable before execute. I hope this help. All the best.

  • @USA2023HAAS
    @USA2023HAAS 8 ปีที่แล้ว +2

    Thank Good job

    • @TechBrothersIT
      @TechBrothersIT  8 ปีที่แล้ว

      You are welcome, thanks for watching.

    • @MohammedYusuffpicasa
      @MohammedYusuffpicasa 8 ปีที่แล้ว

      ɷ Heeyy Frienddsss I Have Foundddd W0rikinggg Online Hacck visittt : - t.co/vOFsUFqOI7

  • @manishoberoi7251
    @manishoberoi7251 9 ปีที่แล้ว

    Thanks...very usefull

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

    Thanks!

  • @zakariaahammed4811
    @zakariaahammed4811 5 ปีที่แล้ว

    Plz give me some clue how can i implement this scenario in RDLC report

  • @LawdJay
    @LawdJay 7 ปีที่แล้ว +2

    is there anyway to reorder the columns? the output is in alphabetical order, as opposed to the order that the columns may be in within sql?

  • @krismaly6300
    @krismaly6300 8 ปีที่แล้ว +2

    I think you should redo this video. Users may not like or get confused

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

      Hi Kris, thanks for leaving the comments. I am not sure why I should redo this report. There are already 5k views and 6 likes, seems like this is working for people. I would like to know more details what problems you see and I might be able to resolve in another video.

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

      I step back.
      Retain this video.
      Create another clean video.
      There were too many back and forth steps where user get confused and looses focus on the subject matter that you are expressing..
      I know that you are expressing that how the life in SQL is but our focus is on Report.
      So just do the same with few steps expressing the subject.
      If you have not understood my statements please let me know know that I can explain again.
      When you make another video retain same title of the video and at the end add one of these words CONCISE or SHORT FORM or COMPRESSED
      Thanks a lot

    • @TechBrothersIT
      @TechBrothersIT  8 ปีที่แล้ว

      Hi Kris, Sure, I will take a look and will do more videos on this topic. Hope all going well with you!

    • @chad55009
      @chad55009 6 ปีที่แล้ว

      @@TechBrothersIT I like seeing that you get similar errors we are bound to see. Sure of everything goes good then your video has some fluff.. But when we issues this helps understand the thought process behind troubleshooting. 100% awesome

  • @DeepakMalik-pd4ok
    @DeepakMalik-pd4ok 5 ปีที่แล้ว

    How to show 10 record per page in this approach. Rownumber and ceiling are not working in this. Thanks in advance

  • @jayshrimahajan2938
    @jayshrimahajan2938 5 ปีที่แล้ว

    I am facing error "invalid object name ##temp.(Microsoft SQL server,error 208)" at SSRS dataset creation ,while my Stored procedure working perfect at SSMS.Please help me to resolve this.

    • @TechBrothersIT
      @TechBrothersIT  5 ปีที่แล้ว

      Try putting database prefix - This error happens primarily due to database context mismatching. When people open SSMS, they usually do not notice that their default database context is set to master in the most of the cases. We just have to change the database context to whatever database our current object is and everything will start working immediately.

    • @TechBrothersIT
      @TechBrothersIT  5 ปีที่แล้ว

      You mind sharing TSQL code of your SP?