Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IDNAMEAUTHORMODIFIEDONDESCRIPTIONQUERY
364foldersadmin2020-01-29 19:53:05.633
SELECT * FROM ZEPHYR.CYCLES c join ZEPHYR.CYCLEFOLDERS f on f.PROJECTID = c.PROJECTID and f.VERSIONID = c.VERSIONID and f.CYCLEID = c.ID where PROJECTKEY = 'MSP'
365cyclesadmin2020-01-28 22:57:53.234
SELECT * FROM ZEPHYR.CYCLES where projectkey = 'MSP'

Generate all dates in a given period

...

TIMEBYDAY

...

Column

...

TIMEID

...

YYYYMMDD

...

THEDATE

...

THEDAY

...

THEMONTH

...

Type

...

INT

...

INT

...

DATE

...

VARCHAR

...

VARCHAR

...

Indexed

...

 x

...

Column

...

THEYEAR

...

DAYOFMONTH

...

WEEKOFYEAR

...

MONTHOFYEAR

...

QUARTER

...

Type

...

INT

...

VARCHAR

...

INT

...

INT

...

VARCHAR

...

Indexed

...

Column

...

STARTDATE

...

ENDDATE

...

Type

...

VARCHAR

...

VARCHAR

...

Indexed

...

x

...

  x

It supports dynamic interval time creation values similarly as the Mondrian AutoGeneratedDateTable the functionality described in this Julian Hyde's article.

Example:

Code Block
languagesql
themeEmacs
select * from AUX.TIME_BY_DAY_GENERATED where startDate='2016-01-01' and endDate='2016-12-31'