loveneesh
7th April 2010, 12:58
Hi

From customized session i want to zoom to standard session tfacp2522m000 with specific bpid but session is always showing first record instead of exported BPID from cusotmized session.

My tried combination are given for your reference

1.
field.bpid:
selection.filter:
query.extend.where.in.zoom("tfacp200.ifbp = :bpid"

2.
field.bpid:
before.zoom:
tfacp200.ifbp = bpid
selection.filter:
query.extend.where.in.zoom("tfacp200.ifbp = :tfacp200.ifbp"

3.
field.bpid:
before.zoom:
tfacp200.ifbp = bpid
selection.filter:
query.extend.where.in.zoom("tfacp200.ifbp = tfacp200.ifbp"

Nothing is working.

Please suggest the write combination to get desire output

Thanks in advance

Juergen
7th April 2010, 14:06
Hi,

if you simply call session tfacp2522m000 via a form command (activate a program) you can try this code

choice.zoom:
before.choice:
zoom.suno = your.ifbp

rahul.kolhe22
7th April 2010, 14:07
Hello,
Try using
query.extend.where.in.zoom("tfacp200.ifbp = " & quoted.string(bpid)
for the first option you mentioned in your previous post.
Hope it help

Regards,
--Rahul