Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Add report in Ecommerce Tab View modes: 
User avatar
Member
Member
max! - 5/18/2012 10:21:42 AM
   
Add report in Ecommerce Tab
Hi!

I'd like to know how to add a custom report in the CMS Desk/ ECommerce / Reports.

I found this link http://devnet.kentico.com/Knowledge-Base/E-commerce/How-to-add-some-custom-report%28s%29-within-the-E-Comm.aspx

but it is to be applied on version 4.x and doesnt suit for version 6.x

Can you tell me how to do that ?

Thanks

User avatar
Member
Member
kentico_edwardh - 5/19/2012 10:28:49 AM
   
RE:Add report in Ecommerce Tab
Hello,

Please see the following forum thread for information on how to achieve your desired results.

http://devnet.kentico.com/Forums.aspx?forumid=55&threadid=26495

Best Regards,
Edward Hillard

User avatar
Member
Member
max! - 5/21/2012 3:13:14 AM
   
RE:Add report in Ecommerce Tab
Hello,

Thanks for the link given.
So I created a new element in the UI but how can I link a report created in the CMSDesk / Tools / Reports in this panel ?

Because I didn't create a report through the solution but in CMSDesk / Tools / Reports, I took the example of the ecommerce reports already there.

Though, in the Target URL field, I put this line :
~/CMSModules/Reporting/Tools/Ecommerce/Reports.aspx?statcodename=myreportcodename&reportcodename=myreportcodename

This doesnt work as I have a Field / parameter for my report which needs to be filled.

Does it mean that I have to create a file similar to Reports.aspx to display my custom reports ?

Thanks

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 5/21/2012 3:30:02 AM
   
RE:Add report in Ecommerce Tab
Hello,


you can add a query string parameter:

&displayfilter=1

I tested the URL: ~/CMSModules/Reporting/Tools/Ecommerce/Reports.aspx?statcodename=EcommNumberOfOrdersPerDay&reportcodename=EcommNumberOfOrdersPerDay&displayfilter=1 in the mentioned UI element settings and it worked correctly. It is not necessary to create a new page.

Can you try it?


Best regards,
Helena Grulichova

User avatar
Member
Member
max! - 5/21/2012 8:01:22 AM
   
RE:Add report in Ecommerce Tab
Hello!

Thanks Helena, this is it !
It seems "displayfilter=1" makes it works great now.

Thanks again,

Cheers