I have this formula in a group selection:
{Command.chkiDueDate}=maximum({Command.chkiDueDate},({Command.cusname}))
to eliminate duplicates by selecting the greatest date
i also need it to eliminate duplicates by selecting the greatest value from another field that has nulls in it.
by putting
{Command.chkiDueDate}=maximum({Command.chkiDueDate},({Command.cusname}))
and
{Command.loanExposure}=maximum({Command.loanExposure},({Command.cusname}))
it works however it removes the records that have null for {Command.loanExposure}
??? Im lost ??? any suggestions
{Command.chkiDueDate}=maximum({Command.chkiDueDate},({Command.cusname}))
to eliminate duplicates by selecting the greatest date
i also need it to eliminate duplicates by selecting the greatest value from another field that has nulls in it.
by putting
{Command.chkiDueDate}=maximum({Command.chkiDueDate},({Command.cusname}))
and
{Command.loanExposure}=maximum({Command.loanExposure},({Command.cusname}))
it works however it removes the records that have null for {Command.loanExposure}
??? Im lost ??? any suggestions