Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsNice report but something is missingNice report but something is missing
Previous
 
Next
New Post
7/17/2006 5:23 PM
 
Where is the source of the Reports Module? On SourgeForge is says 'Source' but it is not
 
New Post
7/17/2006 5:24 PM
 
Yes, that should resolve the issue, at least for the CreateDate field. So, if you change the line in FormatRemoveSQL (in ReportsController.vb) that reads:
Dim BadSQL As String() = New String() {";", "--", "create", "drop", "insert", "delete", "update", "sp_", "xp_"}
to:
Dim BadSQL As String() = New String() {";", "--", "drop", "insert", "delete", "update", "sp_", "xp_"}
or even:
Dim BadSQL As String() = New String() {}
The problem should be resolved. The latter solution disables all of the filters as opposed to just the one for the "create" command, you could also use a combination by just removing the 'create' one for now and others as you need to.

These solutions have not been fully tested and the next release will fix this issue.


Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
New Post
7/17/2006 5:28 PM
 
Mariette Knap wrote
Where is the source of the Reports Module? On SourgeForge is says 'Source' but it is not


I believe the source is in the package. It should be in the App_Code/Reports folder at the root of your DotNetNuke installation after you install the module

Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
New Post
7/17/2006 5:52 PM
 

Andrew, thanks again! The reason I wanted to see CreateDate and ExpiryDate side by side is that want to get more information about if new users become Subscribers or if they were already for a longer time registered on my site. With that knowledge I can determine what kind of marketing I should run.

Next step is to make a query that lists:

ExpiryDate minus CreateDate < 30
ExpiryDate minus CreateDate < 60
ExpiryDate minus CreateDate < 90..etcetra.

Is it possible to create graphs with the Reports Module? Pictures say more then a thousand words...

 
New Post
7/17/2006 5:58 PM
 
Unfortunatly the current release cannot generate graphs. At this point the module can only display data in a table. That may be something looked at for future releases.

Andrew Nurse
DotNetNuke Core Team Member and Reports Module Project Lead
Microsoft Certified Professional Developer

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsReportsReportsNice report but something is missingNice report but something is missing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out