Articles in this section
Category / Section

How to view first 7 days data of each month in dashboard

Published:

You can achieve the requirement of viewing the first 7 days of each month on the dashboard by using this expression field.

Please follow the provided steps to meet this requirement.

  1. After creating the necessary data source, you must create an expression column that corresponds with the date column.
    Syntax: IF(DAY([DateColumn) >= 1 AND DAY([DateColumn]) <= 7 , [DateColumn], null)

    first-sevendays-expression.png

  2. Now you can bind this expression column to the required widget, and it will return the actual value for the first 7 days of a month and a Null value for all other days of the month.

    configure-widget-with-created-expression.png

  3. You can bind the same expression column in the Filters section of a widget to exclude the Null value.
    bind-expression-in-filter-section.png

  4. Open the Filter(s) pop-up window through the provided option and uncheck the Null value from the list as shown in the screenshot.
    open-filter-window.png

    filter-null-value.png

    Now, the widget will display the available data for the first seven days of each month, as shown in the screenshot.
    widget-render-with-first-seven-days-of-a-month.png

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
NG
Written by Nisanth Gunasekaran
Updated
Comments (0)
Please  to leave a comment
Access denied
Access denied