Hi experts!
I have a problem - I have a lot of scripts like this:
*WHEN AAA *IS BBB *REC(EXPRESSION=LOOKUP(... ...
And it doesn't work if no records in
[AAA].[BBB]
. But if I use before
*WHEN AAA *IS BBB *REC(EXPRESSION=0)
or if I write any record manually in
[AAA].[BBB]
scripts work!
What's wrong? How can I fix it?
PS What about Security and Authorization?
PPS Now doesn't work it:
*WHEN AAA *IS BBB *REC(EXPRESSION=0)
Edited by: Maxim Pak on Jan 11, 2012 12:15 PM