- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2018 03:31 AM
Hi All,
We have a calendar report setup that is being shared on a dashboard. We've add some field styles for state so we have 'state' as an option under the 'highlight based on'. When we load the dashboard this field defaults to '--None -- '. Is there a way to default this to always open with the highlighting as 'state'?
Thanks
Sam
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 06:02 AM
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_calstyle
Value : priority
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_calstyle=priority
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:33 PM
Hi @Brian Lancaster,
Thank you so much for your tip. I was struggling a bit to understand how to access the record to add the new property, so I’m going to show the steps I took to get into the Dropzone, in case anyone else had a hard time understanding it like I did.
1- I went to the Dashboard Properties
2- Enter in Dashboard Tab that was my calendar
3- After that I only enter in the referenced page and then I found the calendar's Dropzone
4- I just created the new record as Brian said and it works well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2025 08:22 AM - edited 05-09-2025 08:33 AM
Great thanks, This was originally for homepages which are now deprecated. Never tried it on a dashboard.