0

Global Script Definition for Specification of Quarters and Fiscal Years

I am trying to create reporting within my database of records within the specified Quarter. 

 

As far as a simple solution, within my table and form, I could add a text table of Q1FY20 but I was wondering if there is a way to do this with Global Script Defintion and use the dates already in my table.

 

Is this possible?

2 replies

null
    • SMoore
    • 5 yrs ago
    • Reported - view

    Where in GSD I can set the date ranges of my quarters and if my records fall within that date range, it will group the data as part of that quarter.

    • Sean
    • 5 yrs ago
    • Reported - view

    You would pass the dates to your function as arguments.

     

    function report(startDate : date, endDate : date)

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1707Views