sandeep0000
Programmer
i am doing a report. i have two tables es_sts and INDV_TM_LIM_CLK.
both tables have a cwin field , both are have cwin populated.
that is one link i need to do.
but on the other link, i have cs_id in both tables also.
but sometimes the INDV_TM_LIM_CLK is populated , sometimes it is.
so i want to link on cwin first and then
if my INDV_TM_LIM_CLK ,cs_id is not null then i want that to be my second link. but if the cs_id in INDV_TM_LIM_CLK is null, i only want to link on cwin.
thanks
both tables have a cwin field , both are have cwin populated.
that is one link i need to do.
but on the other link, i have cs_id in both tables also.
but sometimes the INDV_TM_LIM_CLK is populated , sometimes it is.
so i want to link on cwin first and then
if my INDV_TM_LIM_CLK ,cs_id is not null then i want that to be my second link. but if the cs_id in INDV_TM_LIM_CLK is null, i only want to link on cwin.
thanks