MilindV
6th August 2010, 12:10
Hi All,
I have used query.extend.where.in.zoom to filterout item based on product type and product line. But its not working.
My Code is as follows:
field.item.f:
selection.filter:
query.extend.where.in.zoom("tcibd001.ctyp = " & quoted.string(ctyp.f) & " and " &
"tcibd001.cpln = " & quoted.string(cpln.f))
item.f, ctyp.f, and cpln.f are all form fields having standard domains tcitem, tcctyp and tcmcs.cpln respectively.
I am zooming to session tcibd0501m000.
I checked query on session tcibd0501m000 after zooming to that session using ctrl + shift + 8, but it is not showing query extension part mentioned above.
Only doubt in my mind is, Is it because segmented domain??
I also tried to write above code in selection.filter for field.item.f.2 as it is segmented domain.
Pls Help..
Regards,
MilindV
I have used query.extend.where.in.zoom to filterout item based on product type and product line. But its not working.
My Code is as follows:
field.item.f:
selection.filter:
query.extend.where.in.zoom("tcibd001.ctyp = " & quoted.string(ctyp.f) & " and " &
"tcibd001.cpln = " & quoted.string(cpln.f))
item.f, ctyp.f, and cpln.f are all form fields having standard domains tcitem, tcctyp and tcmcs.cpln respectively.
I am zooming to session tcibd0501m000.
I checked query on session tcibd0501m000 after zooming to that session using ctrl + shift + 8, but it is not showing query extension part mentioned above.
Only doubt in my mind is, Is it because segmented domain??
I also tried to write above code in selection.filter for field.item.f.2 as it is segmented domain.
Pls Help..
Regards,
MilindV