Skip to content
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

Comments

@pribbens
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant