COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Report Studio => Topic started by: Abdel on 08 Jun 2015 10:11:03 AM

Title: Biweekly Values
Post by: Abdel on 08 Jun 2015 10:11:03 AM
How can I pull bi-weekly date values from a date field?

Currently, I am using the following expression in order to pull week Value-In-A-Year dor each record. It works without issue, however I am interested in bi-weekly values instead:

datepart ({wk},[Docinfo].[DocsTable].[Date Opened])

Thanks so much!




Title: Re: Biweekly Values
Post by: Abdel on 08 Jun 2015 10:35:25 AM
IGNORE THIS QUESTION.....I found the answer my self.

TO get biweekly date values, I simply need to divide the weekly value by 2

Thanks