Help me to show data from Map as Jasper Table

I'm new to JasperReport. I'm using JaperStudio.

I was having trouble to show or put data in Table from Map.

Map<String, List<Object>>.

I have create data bean list with the same "category" and put that list to Map with "category" as key.

I want to show data like..

No. Description Price

1.

 

 

Fast Food  (this is category)

<TAB> Instant Noodle

<TAB> Burger

 

$123.45

$123.45

2.

 

 

ToothPast

<TAB> Colgate

<TAB> Sensodyne

 

$123.45

$123.45

Please help me.

Thanks in advance,

AJ

arjunpdl92's picture
Joined: Nov 14 2017 - 4:34am
Last seen: 5 years 3 months ago

0 Answers:

No answers yet
Feedback
randomness