Dev Tips#52 How to create a subreport in Jasper report

แชร์
ฝัง

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

  • @AhmedKhaled-he9mf
    @AhmedKhaled-he9mf 3 ปีที่แล้ว +1

    Thanks for your efforts bro, you create a nice explain for subreport Jasper
    Excuse me please I need you help
    is there any way to chat with you?
    I want to send you some files (videos or if you want my reports) for my issue
    please bro any help

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

    Thank you for your video. Assume that we have the following example:
    Employee class
    int id;
    string firstName;
    string lastName;
    string department;
    // extra attribute
    List dayAndHours;
    WorkedDayAndHours class
    date workedDay;
    int workedHours;
    Is it possible to have a List in the Employee class and create a jasperreport using that field as well?
    I would like to have the following report structure:
    ID | First Name | Last Name | Department | Worked Day | Worked Hours
    1 | Nick | Smith | Security | 12/03/2021 | 8
    2 | Nick | Smith | Security | 14/04/2021 | 10
    I know that there are some redundant values. I just wanted to see how to implement it. Thank you!

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

      Sure I will check it out,stay tuned :)

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

    Can we create different excel sheets using jasper report and spring boot? Assume that we have an excel with 2 sheets. Can we use jasper to populate 1 sheet with one query and another sheet with another query? Eventually, we should have 1 excel file with 2 sheets

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

    thanks a lot from brazil..

  • @usmanali-sb9ij
    @usmanali-sb9ij ปีที่แล้ว

    Thank you😀

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

    in java please with spring boot thanks

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

      sure very soon :)

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

    Hi all..
    Can any one please solve my query....I have a report with subreport.....but the dynamic text feild of subreport doesn't stretch .
    Can any one please help

    • @ganeshus4345
      @ganeshus4345 7 หลายเดือนก่อน

      Have you got the issue solved I'm getting the same issue

    • @dineshmittal7837
      @dineshmittal7837 7 หลายเดือนก่อน

      @@ganeshus4345
      Hi Ganesh...I found out that my pom.xml Jasper version was different then Jasper version I was using in Jasper studio...that solved my issue

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

    thank you for the video