How to show the financial year wise data of a project in a table format?

0
In a single project having so many financial year revenue data I have to show all financial year data of a single project in  table format in a page How I can achieve it? Below I attached the reference table format and domain model.
asked
2 answers
0

Hi Naman Samantaray,

 

You can use a horizontal list view or a template grid to display the list of financial years, but it will require a lot of styling.

answered
0

Hi Naman, 

you can add 2 more attributes in the project details for storing start date and end date of the project details. 

Add xpath while retreiving the data by adding start date and end date as constrain

 

answered