Hi,
I have a column in my Select statement of query that retrievies data based on a Function that is defined in a Module.
Like this: PQRAge: DateDiffW([Create-date],Date()).
This DateDiffW is defined in the module
I am retreiving this data into Excel sheet using ADO.Net.
How do I add the module in my select statement.?
Thank you for your time,
Prasanna.
I have a column in my Select statement of query that retrievies data based on a Function that is defined in a Module.
Like this: PQRAge: DateDiffW([Create-date],Date()).
This DateDiffW is defined in the module
I am retreiving this data into Excel sheet using ADO.Net.
How do I add the module in my select statement.?
Thank you for your time,
Prasanna.
Comment