Page 1 of 1
Report formatted like a Calendar
Posted: Wed Jul 24, 2013 9:03 pm
by srichardson
I'm searching for a way to create a calendar view, similar to something you would get from Mircrosoft Word template.
I have a report that includes a task and a due date (mm/dd/yyyy) and I would like to output the name of the task on the specific day (see attached example)
Would we use a GroupHeader to organize by the month of the Details.ScheduledTime (and display the name/year)?
I'm unsure how to format the remainder of it to print out correctly?

- Would this have a group on the day portion of the Details.ScheduledTime field?
- example.png (11.51 KiB) Viewed 4882 times
Re: Report formatted like a Calendar
Posted: Fri Jul 26, 2013 11:26 am
by Alex K.
Hello,
Please check the sample report in the attachment.
Thank you.
Re: Report formatted like a Calendar
Posted: Thu Sep 21, 2017 9:08 am
by markb
Hi
I needed a calendar layout, and after a search of your site I found this one. This looks very good in the flash viewer, but completely wrong in the JS viewer. Is there a chance you can take a look at this report in the JS Viewer and provide an alternative or does it need JS bug fixes?
Regards
Mark
Re: Report formatted like a Calendar
Posted: Thu Sep 21, 2017 2:33 pm
by Alex K.
Hello,
In this sample are used additional scripts in events.
Unfortunately, JS version is not supported additional code in events.
Thank you.
Re: Report formatted like a Calendar
Posted: Wed Mar 28, 2018 1:23 pm
by poir0450
Hi,
Thank you for attaching the mrt document(Calendar.mrt). It is very useful for our project.
We have a table named Clients in data source. This table has 3 columns ID, Name and BirthDate.
We want to display in each calendar item all the clients whose birthday matches that day.
Example:
1, John , 02/03/2018
2, Mary, 02/03/2018
3, George, 03/03/2018,
4, Angelina, 11/03/2018
I attached a screenshot with this example.
I would be most grateful if you could attach a sample mrt document.
Thank you
Re: Report formatted like a Calendar
Posted: Thu Mar 29, 2018 10:50 am
by HighAley
Hello.
You could put additional Data band with Filter of the Cross-Data.
But you should add next code to the Begin Render event of the Data Band.
Please, look at the attached report template.
Thank you.
Re: Report formatted like a Calendar
Posted: Thu Mar 29, 2018 11:45 am
by poir0450
You guys are amazing! That's exactly what we were looking for.
Thank you!
Re: Report formatted like a Calendar
Posted: Thu Mar 29, 2018 1:51 pm
by HighAley
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.