Jump to content
We've recently updated our Privacy Statement, available here ×

Change report from Date to days of the week


jobina.barter
Go to solution Solved by m.kamran,

Recommended Posts

Hi Everyone

I'm new to using Jaspersoft reports with CA PPM. I am trying to create a report similar to timesheet detail that will show the breakdown similar to the out of box report - how do I get the days of the week vs dates? This is through the advanced reporting.  Do I need to use Jaspersoft Studio?

 

converted-file.png.0a7ca14aa3d2fd03998f7da1864c6da4.png

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

  • Solution

Hi Jobina,

I would recommend handling the "day of the week" part withn your SQL script since jasper does not have a direct way (though you could make it work using conditionals but that would be a tedious approach). Here's how you would do it if using SQL server,

https://docs.microsoft.com/en-us/sql/t-sql/functions/day-transact-sql

but of course all DBMS's have functions available which would output DAY based on given date.

Hope it helps.

Thanks. 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...