Re: [Arsperl-users] Regarding ars_LoadQualifier
Brought to you by:
jeffmurphy
|
From: Thomas W. <tm...@ya...> - 2006-10-18 13:03:44
|
Hi Vinod, I'm not sure you can do this. You could never use a function in the Run If part of a filter or Active Link, so I don't believe you would be able to use it in a Load Qualifier either. You would probably need to set a hidden field using the length function via workflow and then use that field in your qualifier. Regards, Thomas Worth _____ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of vinod kumar Sent: Wednesday, October 18, 2006 3:54 AM To: ars...@ar... Subject: [Arsperl-users] Regarding ars_LoadQualifier Hi, Can any one help me out in the following scenario? I need to retrieve rows from a table, where the data in a column length is greater than 4 How can I use length function in ars_LoadQualifier. I am using the following $schema = "PagerNotification"; ($q = ars_LoadQualifier($c, $schema, "\"Attachment 1\" != \"NULL\"")) || die "Unable to load $ars_errstr"; Above is retrieving all the records from PagerNotification form How can I use length function in ars_LoadQualifier. With Regards, Vinod.R |