stecorp
1st April 2013, 11:44
I am trying to use the zoom filter as follows for the Item - Sales Business Partner, but it is not working.
Actually this item field has only two segments, but it is giving error when I put Segment.2:
If I use, it is not giving error, but it is not filtering. Anybody please help me to solve this issue.

field.i.item.f.segment.3:
|------------------------------------------------------------
| 1.3 Set Zoom Filter
|------------------------------------------------------------
selection.filter:
query.extend.where.in.zoom("(tdisa010.stbp) inrange" & quoted.string(i.stbp.f) & "and" & quoted.string(i.stbp.t))

Thanks in advance...

Diwakar Nayak
2nd April 2013, 12:36
try this
query.extend.where.in.zoom("tdisa010.stbp inrange :" & quoted.string(i.stbp.f) & "and :" & quoted.string(i.stbp.t))

stecorp
3rd April 2013, 03:09
Thank you for your support...

Actually the problem is with the Segment. Since the item field is only having two segment, it didn't work. Now it works with the same code after changing the Segment to 2.

Still I don't know why previously it gave error when I execute the session....