How to write an user defined function in crystal report? I need to use a function in vb to formula workshop in crystal report. where could i get details about data type or example.
but according to me if we have a user defined function in sql server database then we cannot use it directly to CR. First we need to create a view and in that view we can use UDF.
this approach helpfull where u want customized value of any column in detail section.
If u have other problem please give us some details so that i can try to help
Member
121 Points
164 Posts
UDF in crystal reports
Jun 22, 2012 02:05 AM|cchidambaram|LINK
Hi,
How to write an user defined function in crystal report? I need to use a function in vb to formula workshop in crystal report. where could i get details about data type or example.
Member
647 Points
199 Posts
Re: UDF in crystal reports
Jun 26, 2012 04:25 AM|cachet.net|LINK
Hi,
what i got from your question you need to follow this link
http://nalakahewage.blogspot.in/2006/07/adding-user-defined-function-libraries.html
but according to me if we have a user defined function in sql server database then we cannot use it directly to CR. First we need to create a view and in that view we can use UDF.
this approach helpfull where u want customized value of any column in detail section.
If u have other problem please give us some details so that i can try to help
thanks