Hello all,
CR 10, SQL backend.
Here is my selection formula:
{adq_rpt_qa.bldg} in ["n99", "u17", "N24a", "N24"]
and
not ({adq_rpt_qa.id} in ["Closed"])
and
{adq_rpt_qa.wo_type} in ["E", "FSM", "P", "R", "W"]
and
{adq_rpt_qa.Date_Closed} = {?date_range}
I have also grouped on {adq_rpt_qa.bldg}.
I would like the names of our buildings, ["n99", "u17", "N24a", "N24"], to show up even if there is no detail data. Currently if there is no data, the group headers do not show up.
I can do this if I write 4 subreports, but I am hoping there is an easier and quicker way.
I appreciate the advice!
CR 10, SQL backend.
Here is my selection formula:
{adq_rpt_qa.bldg} in ["n99", "u17", "N24a", "N24"]
and
not ({adq_rpt_qa.id} in ["Closed"])
and
{adq_rpt_qa.wo_type} in ["E", "FSM", "P", "R", "W"]
and
{adq_rpt_qa.Date_Closed} = {?date_range}
I have also grouped on {adq_rpt_qa.bldg}.
I would like the names of our buildings, ["n99", "u17", "N24a", "N24"], to show up even if there is no detail data. Currently if there is no data, the group headers do not show up.
I can do this if I write 4 subreports, but I am hoping there is an easier and quicker way.
I appreciate the advice!