SmokeEater
Technical User
I have a report with the following formula in it:
{ASSETLCF.SITEID} = {?Site ID} and
{PARTSLCF.PARTTYPE} = {?Part Type} and
{ASSETLCF.PARTNUMBER} = {?Part Number} and
{ASSETLCF.LOCATIONSTATUS} in ["IN STOCK", "OUT FOR REPAIR"] and
{INAIR_CL.ITEMCAT} in ["PQC_PARTTYPE_LIST"] and
{PARTSLCF.DESCRIPTION} = {?Part Description}
When the report is run the parameter fields ask for information. If I answer with no lower bounds and end of range of ZZZZ I get a certain number of records returned.
If I modify the formula and remove the last of the parameter fields, {PARTSLCF.DESCRIPTION} = {?Part Description}. The formula would look like this
{ASSETLCF.SITEID} = {?Site ID} and
{PARTSLCF.PARTTYPE} = {?Part Type} and
{ASSETLCF.PARTNUMBER} = {?Part Number} and
{ASSETLCF.LOCATIONSTATUS} in ["IN STOCK", "OUT FOR REPAIR"] and
{INAIR_CL.ITEMCAT} in ["PQC_PARTTYPE_LIST"]
I then refresh the report. The report returns more records.
why would this happen?
To my way of thinking both ways are asking for all the data.
{ASSETLCF.SITEID} = {?Site ID} and
{PARTSLCF.PARTTYPE} = {?Part Type} and
{ASSETLCF.PARTNUMBER} = {?Part Number} and
{ASSETLCF.LOCATIONSTATUS} in ["IN STOCK", "OUT FOR REPAIR"] and
{INAIR_CL.ITEMCAT} in ["PQC_PARTTYPE_LIST"] and
{PARTSLCF.DESCRIPTION} = {?Part Description}
When the report is run the parameter fields ask for information. If I answer with no lower bounds and end of range of ZZZZ I get a certain number of records returned.
If I modify the formula and remove the last of the parameter fields, {PARTSLCF.DESCRIPTION} = {?Part Description}. The formula would look like this
{ASSETLCF.SITEID} = {?Site ID} and
{PARTSLCF.PARTTYPE} = {?Part Type} and
{ASSETLCF.PARTNUMBER} = {?Part Number} and
{ASSETLCF.LOCATIONSTATUS} in ["IN STOCK", "OUT FOR REPAIR"] and
{INAIR_CL.ITEMCAT} in ["PQC_PARTTYPE_LIST"]
I then refresh the report. The report returns more records.
why would this happen?
To my way of thinking both ways are asking for all the data.