Set DEFAULT WHERE CONDITION
492562Dec 22 2006 — edited Dec 26 2006I'm having a problem trying to set the a default WHERE in the block, it funtions in 6i but in 10g it doen't.
I want to be able to select info for the past, today and for the future.
SET_BLOCK_PROPERTY('RE322100FM', DEFAULT_WHERE, 'TID.TID_DATE >= TRUNC(SYSDATE) OR TID.TID_DATE = :RE322100FM.DATETIME');
Can anybody help me?
Thanks