ChewDoggie
Programmer
Hello,
I'm new to Crystal Reports and I've been given an assignment to modify an existing report (Make "Hours by Labor" report provide detail on a per-shift basis). It seems like a relatively easy request but the unfamiliarity of CR is driving me batty.
I'm examining the Select Expert. In it, a formula states the following:
{TABLE_NAME.LABORLEVELNAME1} = {?CompanyCode} and
{TABLE_NAME.PAYCODEID} = {?PayCodes} and
{TABLE_NAME.WAGEAMOUNT} <> 0 and
{TABLE_NAME.APPLYDATE} >= {?StartDate} and
{TABLE_NAME.APPLYDATE} <= {?EndDate}
A Couple of questions:
1) Where are the "{?FieldName}" values coming from ?
2) How can I modify them, if at all ?
3) When the user clicks on a field in a main report, a detail report displays. How do I modify the query that feeds the detail report ?
TIA !
Chew
Thanks !
Matt
10% of your life is what happens to you. 90% of your life is how you deal with it.
I'm new to Crystal Reports and I've been given an assignment to modify an existing report (Make "Hours by Labor" report provide detail on a per-shift basis). It seems like a relatively easy request but the unfamiliarity of CR is driving me batty.
I'm examining the Select Expert. In it, a formula states the following:
{TABLE_NAME.LABORLEVELNAME1} = {?CompanyCode} and
{TABLE_NAME.PAYCODEID} = {?PayCodes} and
{TABLE_NAME.WAGEAMOUNT} <> 0 and
{TABLE_NAME.APPLYDATE} >= {?StartDate} and
{TABLE_NAME.APPLYDATE} <= {?EndDate}
A Couple of questions:
1) Where are the "{?FieldName}" values coming from ?
2) How can I modify them, if at all ?
3) When the user clicks on a field in a main report, a detail report displays. How do I modify the query that feeds the detail report ?
TIA !
Chew
Thanks !
Matt
10% of your life is what happens to you. 90% of your life is how you deal with it.