Default Calendar View to Day instead of Month

mauricio23
Mega Expert

Greeting!

This is a similar question to:

https://servicenow.box.com/s/stqg80g3wlx04gu9on4ddrui147yp24h

I'm looking to see if the Default Calendar view can be changed from a Month View to a Day View for specific reports.

CalendarReport.png

8 REPLIES 8

tarungupta
Kilo Explorer

Hi,

I am not able to open the Box link. It is asking for login credentials. Could you please paste the solution on this thread.

Thanks,

Tarun

Brian Lancaster
Tera Sage

If the report is in a dashboard you can do the following.

Navigate to Homepage Admin > Pages.
Click the homepage or dashboard title where the calendar report is located.
Click the Dropzone the calendar report type is listed under.
Click New to define a new portal preference.
Complete these fields:

Name : sysparm_calview
Value : day

 

If you are sending out published URL you can do this.  You sysparm_report_id will be different.

https://<your servicenow instance>/sys_report_display.do?sysparm_report_id=5fb91fd60f15afc099907d4ce1050e23&sysparm_calview=day

 

Wonderfully useless goose chase.

I know it's not your fault, but it sure would be awesome if ServiceNow actually groomed this data instead of just breaking all the links.  How novel would it be to waist a *bit* less time wandering through outdated & irrelevant threads with nothing to show for it?

anandk222
Tera Contributor

I have found a solution for this.

1)Go to Dashboard Properties (Upper left corner hamburger menu) and open it.

2)Under Dashboard Tabs, go to your required tab.

3)Open the Page field (i icon)

4)Scroll down and click and open your required report.

5)Scroll Down and create new Portal Preference as below

Name: sysparm_calview

Value: day

 

Now your default view will be changed from Month to Day.

Thanks:)