Skip to main content
vijaykumars5676
January 5, 2023
Question

Record Filter on date.

  • January 5, 2023
  • 2 replies
  • 0 views

While creating a drillable chart I have the month value stored as an integer.

Like :  Jan =1, Feb =2,

How do I create a record filer to display records that are from that month only?

Here is chart for reference :

    2 replies

    January 9, 2023

     To display data in a grid you can use the current selection and save the selected value into a local variable and pass that local variable into the query filter value of your recordType query.

    January 11, 2023

    I also had the same problem and thanks for the explanation tanuki sunset