You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.
When querying activity license data should the date condition be based on the Initial Issue Date of the license or the Issue Date of the application job?
#48
Open
pribbens opened this issue
Jan 30, 2019
· 0 comments
e.g. in slide1_license_volumes_BL.sql:
Should it be this?
AND lic.InitialIssueDate >= '01-JAN-16'
AND lic.InitialIssueDate < SYSDATE
Or this?
AND ap.IssueDate >= '01-JAN-16'
AND ap.IssueDate < SYSDATE
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
e.g. in slide1_license_volumes_BL.sql:
Should it be this?
AND lic.InitialIssueDate >= '01-JAN-16'
AND lic.InitialIssueDate < SYSDATE
Or this?
AND ap.IssueDate >= '01-JAN-16'
AND ap.IssueDate < SYSDATE
The text was updated successfully, but these errors were encountered: