vblack7770
Programmer
I am using Crystal 8.5 with a standard ODBC-Oracle connection. I have a simple report to pull in records, group them and then count/sum them. When I use the following selection criteria:
{LT_MASTER.APPLICATION_DT} in MonthToDate or
{LT_MISC_INFO.USER_DTS##1} in MonthToDate or
{LT_MISC_INFO.USER_DTS##3} in MonthToDate or
{LT_MISC_INFO.USER_DTS##4} in MonthToDate or
{LT_MASTER.PRECLOSE_DT} in MonthToDate or
{LT_MASTER.CLOSE_DT} in MonthToDate
I receive very few records for the last two groups.
//{LT_MASTER.APPLICATION_DT} in MonthToDate or
//{LT_MISC_INFO.USER_DTS##1} in MonthToDate or
//{LT_MISC_INFO.USER_DTS##3} in MonthToDate or
//{LT_MISC_INFO.USER_DTS##4} in MonthToDate or
{LT_MASTER.PRECLOSE_DT} in MonthToDate or
{LT_MASTER.CLOSE_DT} in MonthToDate
When I comment every other date out and just pull in the last two groups, the totals come back correctly.
Any idea how else I can write this so it pulls back all records for the last groups even when adding the initial groups? The records don't seem to be falling into the other groups, or showing up at all.
This may be a shot in the dark, but I am stumped.
{LT_MASTER.APPLICATION_DT} in MonthToDate or
{LT_MISC_INFO.USER_DTS##1} in MonthToDate or
{LT_MISC_INFO.USER_DTS##3} in MonthToDate or
{LT_MISC_INFO.USER_DTS##4} in MonthToDate or
{LT_MASTER.PRECLOSE_DT} in MonthToDate or
{LT_MASTER.CLOSE_DT} in MonthToDate
I receive very few records for the last two groups.
//{LT_MASTER.APPLICATION_DT} in MonthToDate or
//{LT_MISC_INFO.USER_DTS##1} in MonthToDate or
//{LT_MISC_INFO.USER_DTS##3} in MonthToDate or
//{LT_MISC_INFO.USER_DTS##4} in MonthToDate or
{LT_MASTER.PRECLOSE_DT} in MonthToDate or
{LT_MASTER.CLOSE_DT} in MonthToDate
When I comment every other date out and just pull in the last two groups, the totals come back correctly.
Any idea how else I can write this so it pulls back all records for the last groups even when adding the initial groups? The records don't seem to be falling into the other groups, or showing up at all.
This may be a shot in the dark, but I am stumped.