- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi,
When I add a Calendar Report visualization the work week view goes from Sunday to Thursday instead of Monday to Friday and I'm struggling to find the place to define it.
I've added a calendar report to a par_dashboard like so:
- Platform Analytics -> Library -> Dashboards
- Find and open <my dashboard> then Edit
- Add new element -> Data Visualization -> New Visualization
- Change configuration of the new element/visualization
- Visualization type = Calendar Report
The selected values in configuration for the table, the start & end fields and the default view do not matter. The Work Week view stays Sun-Thu.
Where is the work week defined? What needs to change?
PS: Same behaviour in developer instance.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @GuyHome ,
I tried your problem in PDI and it works for me
Navigate to sys_properties.LIST table and create 2 property
1 . glide.ui.date_format.first_day_of_week - type integer and value is 2 because 2 is Monday
2. glide.ui.date_format.last_day_of_week - type integer and value is 6 because 6 is Friday
Please mark my answer correct and helpful if this works for you
Thanks and Regards,
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Oh nice that's great 😉!
