Asha B
12th December 2016, 07:55
Hello,

I want to display RA.Bill.No based on selected project.But it is not displaying the selected project and showing default project name.

For it i used Selection.filter
query.extend.where.in.zoom("default project name " = & selected project field )
,still the problem was not solved.can any one please suggest the right way

sachinbaan
12th December 2016, 14:32
Try this,

query.extend.where.in.zoom("Default Project Name = " & quoted.string(project))

Asha B
14th December 2016, 06:43
i tried the below one
query.extend.where.in.zoom("default project Name = " & quoted.string(project))
but still not solved
thanks&Regards
Asha

oirfeodent
22nd December 2016, 13:15
i tried the below one
query.extend.where.in.zoom("default project Name = " & quoted.string(project))
but still not solved
thanks&Regards
Asha

"default project Name =" doesn't seem to be a variable.
Do you have the table field, which you are trying to filter?