Custom Report Creation


Badge +3

Is there a way in K2 to create a custom report based on a smartobject? I want to create a report that I can input paramaters to provide a filtered report. Then I will take this report and send it out in a K2 event email workflow. Is this possible? I know workspace has some reporting capabilites but the paramaters include all of the SmartObject fields and I can't send that same report to a person using a workflow.


3 replies

Badge +6

Hi Julio,


 


Yes it is possible to implement this. 


 


Here is some documentation on how to achieve this:


help.k2.com/files/7175


 


Here is another documentation from one of our partners (external link):


partners.k2.com/files/4957


 


 


Regards,

Badge +3

Great Thanks! I also found a solutions ussing SQL's SSIS packages and Stored Procedures. Basically I create and SSIS package that takes the data and exports it to an excel file. Then I use a Stored Procedure to call the SSIS package and pass paramaters using a smartform. The solution you provided is straight to the point and easier to implement.

Badge +6

Hi Julio,


 


Glad to have helped! :-)


 


Thanks for the follow up and further contribution on this post.


 


Regards,

Reply