Skip to main content
vijaykumars5676
Participating Frequently
January 2, 2023
Solved

Date to day of the weak

  • January 2, 2023
  • 2 replies
  • 4 views

I have a column in the record type of DATE type.
How do I create "no of records day of the weak" column chart?

    Best answer by harshitb6843

    You can create a custom record field to extract the partial date from the date column. And then use that column to group the data in the chart. 

    2 replies

    harshitb6843
    Brainy
    January 2, 2023

    You can create a custom record field to extract the partial date from the date column. And then use that column to group the data in the chart. 

    vijaykumars5676
    Participating Frequently
    January 2, 2023

    Thanks...