I believe that one of my formuals is causing my results to show a zero value for the first group record, but the next group records show the correct value.
I have copied my formula below. I have also tried to suppress zero values and this does not seem to work for me.
Any Suggestions??
FORMULA***
If {@Mon} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Tue} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Wed} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Thu} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Fri} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Sat} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Sun} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id}
I have copied my formula below. I have also tried to suppress zero values and this does not seem to work for me.
Any Suggestions??
FORMULA***
If {@Mon} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Tue} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Wed} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Thu} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Fri} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Sat} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id} else
If {@Sun} in {vw_rpt_Weekly_hires.start_date} to {vw_rpt_Weekly_hires.finish_date}
then {vw_rpt_Weekly_hires.order_id}