Another question related to Parameters....
Is there a way to have one parameter at the start up of a report, and then based on the selection to that parameter, bring up another parameter?? I am not using a subreport... but maybe that is the only way to do this?? Here is a bit of what I have:
if {?Select Report Query Type} = "Building ID"
then true
and{BLD_BUILDING.BL_ID} = {?BUILDINGID}
else if
{?Select Report Query Type} = "Building Name or Use Name"
then ***** then I want another parameter to "pop up" or display or whatever that asks for the {?BuildingName) parameter..............
Is this possible?
Is there a way to have one parameter at the start up of a report, and then based on the selection to that parameter, bring up another parameter?? I am not using a subreport... but maybe that is the only way to do this?? Here is a bit of what I have:
if {?Select Report Query Type} = "Building ID"
then true
and{BLD_BUILDING.BL_ID} = {?BUILDINGID}
else if
{?Select Report Query Type} = "Building Name or Use Name"
then ***** then I want another parameter to "pop up" or display or whatever that asks for the {?BuildingName) parameter..............
Is this possible?