<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dnnreports Issue Tracker Rss Feed</title><link>http://www.codeplex.com/dnnreports/WorkItem/List.aspx</link><description>dnnreports Issue Tracker Rss Description</description><item><title>Closed Issue: Make DNN Reports ready for DNN 6.0 [20732]</title><link>http://dnnreports.codeplex.com/workitem/20732</link><description>n&amp;#47;a&lt;br /&gt;</description><author>sivanowitsch</author><pubDate>Thu, 16 May 2013 07:51:53 GMT</pubDate><guid isPermaLink="false">Closed Issue: Make DNN Reports ready for DNN 6.0 [20732] 20130516075153A</guid></item><item><title>Commented Issue: think I found an issue with F&amp;L datasource and url parameters [20585]</title><link>http://dnnreports.codeplex.com/workitem/20585</link><description>If i use the F7L datasource  and I have an url parameter for instance &amp;#39;foo&amp;#59;&lt;br /&gt;&amp;#160;&lt;br /&gt;and I use a filter for example&lt;br /&gt;&amp;#160;&lt;br /&gt;Title &amp;#61; &amp;#64;url_foo&lt;br /&gt;&amp;#160;&lt;br /&gt;i get the following error &lt;br /&gt;&amp;#160;&lt;br /&gt;A critical error has occurred.&lt;br /&gt;Cannot find column &amp;#91;&amp;#64;url_foo&amp;#93;&lt;br /&gt;&amp;#160;&lt;br /&gt;the same setup works if I use an older query to get my user defined table data &lt;br /&gt;&amp;#160;&lt;br /&gt;SELECT    &lt;br /&gt;dbo.UserDefinedRows.UserDefinedRowId, Data1.FieldValue AS Title, Data2.FieldValue AS Summary&lt;br /&gt;FROM        &lt;br /&gt;dbo.UserDefinedData AS Data1&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedFields AS Fields1 ON Data1.UserDefinedFieldId &amp;#61; Fields1.UserDefinedFieldId&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedRows ON Data1.UserDefinedRowId &amp;#61; dbo.UserDefinedRows.UserDefinedRowId&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedData AS Data2 ON dbo.UserDefinedRows.UserDefinedRowId &amp;#61; Data2.UserDefinedRowId&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedFields AS Fields ON Data2.UserDefinedFieldId &amp;#61; Fields.UserDefinedFieldId&lt;br /&gt;WHERE&lt;br /&gt;    &amp;#40;Fields1.FieldTitle &amp;#61; &amp;#39;Title&amp;#39;&amp;#41;&lt;br /&gt;AND &amp;#40;Fields.FieldTitle &amp;#61; &amp;#39;Summary&amp;#39;&amp;#41;&lt;br /&gt;AND &amp;#40;dbo.UserDefinedRows.ModuleId &amp;#61; 713&amp;#41;  AND &amp;#40;Data1.FieldValue like &amp;#64;url_foo&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;but this is not the most optimal query so I was hoping to use the reports f&amp;#38;l datasource  but so far nu luck with url parameters&lt;br /&gt;Comments: ** Comment from web user: hanivic505 ** &lt;p&gt;i also had this error on dnn 7.0.3 and reports module version 05.05.00 any luck to solve this issue or i'm doing things the wrong way&lt;/p&gt;</description><author>hanivic505</author><pubDate>Mon, 18 Mar 2013 12:10:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: think I found an issue with F&amp;L datasource and url parameters [20585] 20130318121014P</guid></item><item><title>Created Issue: Export to Microsoft excel fails with Forms/AD authentication [23973]</title><link>http://dnnreports.codeplex.com/workitem/23973</link><description>When you right  click a report and select &amp;#34;Export to Microsoft Excel&amp;#34; a blank page with adress set to http&amp;#58;&amp;#47;&amp;#47;&amp;#47; shows up. This happens if you run Dotnentuke with the Active Directory authentication provider - and with formsbased authentication. If the site is set to run Active Directory integrated it works.&amp;#40;but then new user accounts wont be created&amp;#41;.&lt;br /&gt;</description><author>audun</author><pubDate>Fri, 22 Feb 2013 14:32:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Export to Microsoft excel fails with Forms/AD authentication [23973] 20130222023213P</guid></item><item><title>Created Issue: Reports fails to install in DNN 6.2 [22811]</title><link>http://dnnreports.codeplex.com/workitem/22811</link><description>In DNN 6.2 while logged in as HOST&lt;br /&gt;Go Host --&amp;#62; Extensions --&amp;#62; More Extensions&lt;br /&gt;Search for Reports&lt;br /&gt;Scroll down the page to DNN Reports entry&lt;br /&gt;Click &amp;#34;Deploy DotNetNuke Reports&amp;#34; button &lt;br /&gt;In the popup click &amp;#34;Deploy&amp;#34;&lt;br /&gt;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;The installation fails immediately with this error in the UI&amp;#58;&lt;br /&gt;&lt;br /&gt;Error&amp;#58; is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException&amp;#58; Could not find a part of the path &amp;#39;C&amp;#58;&amp;#92;inetpub&amp;#92;wwwroot&amp;#92;CE_060200_1581&amp;#92;Install&amp;#92;Module&amp;#92;&amp;#39;. ---&amp;#62; System.IO.DirectoryNotFoundException&amp;#58; Could not find a part of the path &amp;#39;C&amp;#58;&amp;#92;inetpub&amp;#92;wwwroot&amp;#92;CE_060200_1581&amp;#92;Install&amp;#92;Module&amp;#92;&amp;#39;. at System.IO.__Error.WinIOError&amp;#40;Int32 errorCode, String maybeFullPath&amp;#41; at System.IO.FileStream.Init&amp;#40;String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy&amp;#41; at System.IO.FileStream..ctor&amp;#40;String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options&amp;#41; at DotNetNuke.Modules.Admin.Extensions.Download.DownloadDeploy&amp;#40;WebResponse wr, String myfile, String installFolder, String catalogAction&amp;#41; at DotNetNuke.Modules.Admin.Extensions.Download.ProcessCodeplex&amp;#40;String downloadURL, String installFolder, String catalogAction&amp;#41; --- End of inner exception stack trace ---&lt;br /&gt;</description><author>KenGrierson</author><pubDate>Wed, 23 May 2012 16:17:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Reports fails to install in DNN 6.2 [22811] 20120523041756P</guid></item><item><title>Created Issue: Export to CSV / Excel [21148]</title><link>http://dnnreports.codeplex.com/workitem/21148</link><description>I would be very useful if You could construct a export to csv file similar to the function export function in the Form and List module. &lt;br /&gt;I need a method to export data to Excel.&lt;br /&gt;</description><author>polmap</author><pubDate>Tue, 12 Jul 2011 11:28:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Export to CSV / Excel [21148] 20110712112823A</guid></item><item><title>Created Issue: Module Content isn't IPortable [21094]</title><link>http://dnnreports.codeplex.com/workitem/21094</link><description>In Documents &amp;#40;05.00.00, content is no longer IPortable.&lt;br /&gt;</description><author>dnnangel</author><pubDate>Wed, 06 Jul 2011 01:31:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Module Content isn't IPortable [21094] 20110706013104A</guid></item><item><title>Created Issue: Clicks column doesn't record clicks unless "Track Number Of Times This Link Is Clicked?" enabled [21092]</title><link>http://dnnreports.codeplex.com/workitem/21092</link><description>The &amp;#34;Clicks&amp;#34; column doesn&amp;#39;t display the number of link clicks unless the &amp;#34;Track Number Of Times This Link Is Clicked&amp;#63;&amp;#34; field is enabled on each individual lin.&lt;br /&gt;</description><author>dnnangel</author><pubDate>Wed, 06 Jul 2011 00:35:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Clicks column doesn't record clicks unless "Track Number Of Times This Link Is Clicked?" enabled [21092] 20110706123553A</guid></item><item><title>Created Issue: Make DNN Reports ready for DNN 6.0 [20732]</title><link>http://dnnreports.codeplex.com/workitem/20732</link><description>n&amp;#47;a&lt;br /&gt;</description><author>sivanowitsch</author><pubDate>Wed, 11 May 2011 13:58:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Make DNN Reports ready for DNN 6.0 [20732] 20110511015819P</guid></item><item><title>Closed Issue: Site Crashed after Reports Module Successfully updated. [18606]</title><link>http://dnnreports.codeplex.com/workitem/18606</link><description>I just recently updated my DNN site to DNN 5.5.0 &amp;#40;www.woodsborovfc.org&amp;#41;.&lt;br /&gt;&lt;br /&gt;So I update my REPORTS module to 5.1.4, and I receive this log&amp;#58; &lt;br /&gt;&lt;br /&gt;&amp;#34;Package Installation Report&lt;br /&gt;&lt;br /&gt;See below for the results of the package installation&lt;br /&gt;StartJob &amp;#9;Starting Installation&lt;br /&gt;Info &amp;#9;Starting Installation - DNN_Reports&lt;br /&gt;Info &amp;#9;Starting Installation - Script&lt;br /&gt;Info &amp;#9;Begin Sql execution&lt;br /&gt;Info &amp;#9;Folder Created - D&amp;#58;&amp;#92;Inetpub&amp;#92;woodsborovfc&amp;#92;DesktopModules&amp;#92;Reports&amp;#92;Install&amp;#92;Scripts&lt;br /&gt;Info &amp;#9;Created - Install&amp;#92;Scripts&amp;#92;05.00.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Executing 05.00.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Start Sql execution&amp;#58; 05.00.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;End Sql execution&amp;#58; 05.00.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;Created - Install&amp;#92;Scripts&amp;#92;05.01.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Executing 05.01.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Start Sql execution&amp;#58; 05.01.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;End Sql execution&amp;#58; 05.01.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;Created - Install&amp;#92;Scripts&amp;#92;Uninstall.SqlDataProvider&lt;br /&gt;Info &amp;#9;Finished Sql execution&lt;br /&gt;Info &amp;#9;Component installed successfully - Script&lt;br /&gt;Info &amp;#9;Starting Installation - Module&lt;br /&gt;Info &amp;#9;Module registered successfully - DNN_Reports&lt;br /&gt;Info &amp;#9;Component installed successfully - Module&lt;br /&gt;Info &amp;#9;Starting Installation - Assembly&lt;br /&gt;Info &amp;#9;Assembly registered - bin&amp;#92;DotNetNuke.Modules.Reports.dll&lt;br /&gt;Info &amp;#9;Created - bin&amp;#92;DotNetNuke.Modules.Reports.dll&lt;br /&gt;Info &amp;#9;Component installed successfully - Assembly&lt;br /&gt;Info &amp;#9;Starting Installation - File&lt;br /&gt;Info &amp;#9;Created - license.txt&lt;br /&gt;Info &amp;#9;Created - releaseNotes.txt&lt;br /&gt;Info &amp;#9;Component installed successfully - File&lt;br /&gt;Info &amp;#9;Starting Installation - ResourceFile&lt;br /&gt;Info &amp;#9;Expanding Resource file&lt;br /&gt;Info &amp;#9;Creating backup of previous version - App_LocalResources&amp;#92;Packages.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;Packages.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - App_LocalResources&amp;#92;ViewReports.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;ViewReports.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - images&amp;#92;LegacyPackage.gif&lt;br /&gt;Info &amp;#9;Created - images&amp;#47;LegacyPackage.gif&lt;br /&gt;Info &amp;#9;Creating backup of previous version - images&amp;#92;ManagePackages.gif&lt;br /&gt;Info &amp;#9;Created - images&amp;#47;ManagePackages.gif&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;SqlServer&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;ADO&amp;#47;App_LocalResources&amp;#47;DataSource.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;ADO&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;SharedResources.resx&lt;br /&gt;Info &amp;#9;Created - Controls&amp;#47;App_LocalResources&amp;#47;SqlDataSourceCommonSettingsControl.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ViewReports.ascx&lt;br /&gt;Info &amp;#9;Created - ViewReports.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#92;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#92;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#92;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#92;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#92;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#92;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#92;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#47;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#92;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#47;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#92;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#47;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;DotNetNuke&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;DotNetNuke&amp;#47;App_LocalResources&amp;#47;DataSource.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;SqlServer&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Packages.ascx&lt;br /&gt;Info &amp;#9;Created - Packages.ascx&lt;br /&gt;Info &amp;#9;Created - AppCodeCleanup.txt&lt;br /&gt;Info &amp;#9;Created - Controls&amp;#47;SqlDataSourceCommonSettingsControl.ascx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;ADO&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;SqlServer&amp;#47;App_LocalResources&amp;#47;DataSource.ascx.resx&lt;br /&gt;Info &amp;#9;Created - images&amp;#47;BuiltInPackage.gif&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Chart_01.02.00_Install.zip&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Chart_01.02.00_Source.zip&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Reporting Services_02.00.00_Install.zip&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Reporting Services_02.00.00_Source.zip&lt;br /&gt;Info &amp;#9;Created - module.css&lt;br /&gt;Info &amp;#9;Resource Files created&lt;br /&gt;Info &amp;#9;Component installed successfully - ResourceFile&lt;br /&gt;Info &amp;#9;Starting Installation - Cleanup&lt;br /&gt;Info &amp;#9;Creating backup of previous version - DataProvider.vb&lt;br /&gt;Info &amp;#9;Deleted - DataProvider.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - PackageInstaller.vb&lt;br /&gt;Info &amp;#9;Deleted - PackageInstaller.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - PackageManifest.vb&lt;br /&gt;Info &amp;#9;Deleted - PackageManifest.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportInfo.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportInfo.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportsClientAPI.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportsClientAPI.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportsControlBase.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportsControlBase.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportsController.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportsController.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - SqlDataProvider.vb&lt;br /&gt;Info &amp;#9;Deleted - SqlDataProvider.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Utilities.vb&lt;br /&gt;Info &amp;#9;Deleted - Utilities.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - VisualizerControlBase.vb&lt;br /&gt;Info &amp;#9;Deleted - VisualizerControlBase.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - VisualizerSettingsBase.vb&lt;br /&gt;Info &amp;#9;Deleted - VisualizerSettingsBase.vb&lt;br /&gt;Info &amp;#9;Folder Deleted - Reports&lt;br /&gt;Info &amp;#9;Component installed successfully - Cleanup&lt;br /&gt;Info &amp;#9;Starting Installation - Cleanup&lt;br /&gt;Info &amp;#9;Component installed successfully - Cleanup&lt;br /&gt;Info &amp;#9;Installation committed&lt;br /&gt;Info &amp;#9;Installation successful. - DNN_Reports&lt;br /&gt;Info &amp;#9;Deleted temporary install folder&lt;br /&gt;EndJob &amp;#9;Installation successful.&amp;#34;&lt;br /&gt;&lt;br /&gt;I clicked the &amp;#34;return&amp;#34; button, and now my site has a &amp;#34;Runtime Error&amp;#34;. Ugh...  &lt;br /&gt;&lt;br /&gt;Suggestions on how I should fix this error&amp;#63;&lt;br /&gt;Comments: &lt;p&gt;outdated. there is no version 5.1.4 of DNN Reports.&lt;/p&gt;</description><author>sivanowitsch</author><pubDate>Wed, 11 May 2011 13:56:13 GMT</pubDate><guid isPermaLink="false">Closed Issue: Site Crashed after Reports Module Successfully updated. [18606] 20110511015613P</guid></item><item><title>Closed Issue: Report Module - Hide Results linked text should not be visible if no results are showing. [18098]</title><link>http://dnnreports.codeplex.com/workitem/18098</link><description>Pre-requisites&amp;#58;&lt;br /&gt;Have a DNN site already installed&lt;br /&gt;&lt;br /&gt;Install Reports_05.01.02 module via Host --&amp;#62; Extensions --&amp;#62; Add New Extension&lt;br /&gt;Load the Reports module onto a page&lt;br /&gt;In the Action menu select &amp;#34;Settings&amp;#34;&lt;br /&gt;Name the module&lt;br /&gt;Give a description&lt;br /&gt;Leave &amp;#34;Active Data Source&amp;#34; at DotNetNuke Data Source&lt;br /&gt;Enter a valid SQL query into the &amp;#34;Query&amp;#58;&amp;#34; text area&lt;br /&gt;Click &amp;#34;Test Data Source&amp;#34; linked text at the bottom&lt;br /&gt;&lt;br /&gt;Expected&amp;#58;&lt;br /&gt;Success message with no data displayed&lt;br /&gt;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;I get a success message&lt;br /&gt;I also get linked text &amp;#61; &amp;#34;Hide Results&amp;#34;&lt;br /&gt;If I click on this text nothing happens&lt;br /&gt;&lt;br /&gt;Just hide this text for this use case.&lt;br /&gt;Comments: &lt;p&gt;works for me.&lt;/p&gt;</description><author>sivanowitsch</author><pubDate>Wed, 11 May 2011 13:46:55 GMT</pubDate><guid isPermaLink="false">Closed Issue: Report Module - Hide Results linked text should not be visible if no results are showing. [18098] 20110511014655P</guid></item><item><title>Closed Issue: Report Module - If no Data Source configured do not show "Run Report" button [18099]</title><link>http://dnnreports.codeplex.com/workitem/18099</link><description>Pre-requisites&amp;#58;&lt;br /&gt;Have a DNN site already installed&lt;br /&gt;&lt;br /&gt;Install Reports_05.01.02 module via Host --&amp;#62; Extensions --&amp;#62; Add New Extension&lt;br /&gt;Load the Reports module onto a page&lt;br /&gt;In the Action menu select &amp;#34;Settings&amp;#34;&lt;br /&gt;Name the module&lt;br /&gt;Give a description&lt;br /&gt;Make the &amp;#34;Active Data Source&amp;#34; nothing&lt;br /&gt;At the bottom of the page click &amp;#34;Update&amp;#34;&lt;br /&gt;&lt;br /&gt;Expected&amp;#58;&lt;br /&gt;An error message that &amp;#34;No data source is configured. Unable to run any reports&amp;#34;&lt;br /&gt;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;I get an error about no data source configured&lt;br /&gt;I also see &amp;#34;Run Report&amp;#34; button&lt;br /&gt;&lt;br /&gt;Please hide &amp;#34;Run Report&amp;#34; button when no data source is configured&lt;br /&gt;Comments: &lt;p&gt;works for me.&lt;/p&gt;</description><author>sivanowitsch</author><pubDate>Wed, 11 May 2011 13:39:48 GMT</pubDate><guid isPermaLink="false">Closed Issue: Report Module - If no Data Source configured do not show "Run Report" button [18099] 20110511013948P</guid></item><item><title>Closed Issue: Drop Down List - too narrow to use [14428]</title><link>http://dnnreports.codeplex.com/workitem/14428</link><description>Hi&lt;br /&gt;&lt;br /&gt;In the DataSourceSettings screen the drop down list &amp;#34;UDT&amp;#47;FnL Module&amp;#58;&amp;#34; where you select the module as the datasource is too narrow to show the module names and cannot be scrolled. My modules have quite long names eg&amp;#58; &amp;#39;The Responsible Pharmacist Report xxxxxxx&amp;#39; where xxxxxx is a location name&amp;#39;.&lt;br /&gt;This can make the datasource almost impossible to use. &lt;br /&gt;&lt;br /&gt;See attached screenshot.&lt;br /&gt;&lt;br /&gt;Cheers - Guy&lt;br /&gt;Comments: &lt;p&gt;general ie issue. will be noted in future versions of the reports module.&lt;/p&gt;</description><author>sivanowitsch</author><pubDate>Wed, 11 May 2011 13:39:13 GMT</pubDate><guid isPermaLink="false">Closed Issue: Drop Down List - too narrow to use [14428] 20110511013913P</guid></item><item><title>Commented Issue: Drop Down List - too narrow to use [14428]</title><link>http://dnnreports.codeplex.com/workitem/14428</link><description>Hi&lt;br /&gt;&lt;br /&gt;In the DataSourceSettings screen the drop down list &amp;#34;UDT&amp;#47;FnL Module&amp;#58;&amp;#34; where you select the module as the datasource is too narrow to show the module names and cannot be scrolled. My modules have quite long names eg&amp;#58; &amp;#39;The Responsible Pharmacist Report xxxxxxx&amp;#39; where xxxxxx is a location name&amp;#39;.&lt;br /&gt;This can make the datasource almost impossible to use. &lt;br /&gt;&lt;br /&gt;See attached screenshot.&lt;br /&gt;&lt;br /&gt;Cheers - Guy&lt;br /&gt;Comments: ** Comment from web user: sivanowitsch ** &lt;p&gt;just use an other browser than ie. firefox and chrome can handle such long titles in select boxes.&lt;/p&gt;</description><author>sivanowitsch</author><pubDate>Wed, 11 May 2011 13:37:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: Drop Down List - too narrow to use [14428] 20110511013737P</guid></item><item><title>Created Issue: &lt;?xml in output [20634]</title><link>http://dnnreports.codeplex.com/workitem/20634</link><description>It would be great if the &amp;#60;&amp;#63;xml header can be in the xml output. This way we can do an &amp;#60;xsl&amp;#58;for-each select&amp;#61;&amp;#34;document&amp;#40; ....  to qury multiple reports modules together&lt;br /&gt;</description><author>nokiko</author><pubDate>Wed, 04 May 2011 08:01:13 GMT</pubDate><guid isPermaLink="false">Created Issue: &lt;?xml in output [20634] 20110504080113A</guid></item><item><title>Created Issue: Way to have xsml output be avaiable as well to normal users not just admin [20633]</title><link>http://dnnreports.codeplex.com/workitem/20633</link><description>I set up a demo to show how to use the xml output of the reports module, parse that to json and reuse that data on multiple places on the page using jquery templates&lt;br /&gt;&lt;br /&gt;All works well except that the xml only shows to admin users. Would be great if there can be a way to also show it to normal users.&lt;br /&gt;</description><author>nokiko</author><pubDate>Wed, 04 May 2011 07:59:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Way to have xsml output be avaiable as well to normal users not just admin [20633] 20110504075919A</guid></item><item><title>Created Issue: think I found an issue with F&amp;L datasource and url parameters [20585]</title><link>http://dnnreports.codeplex.com/workitem/20585</link><description>If i use the F7L datasource  and I have an url parameter for instance &amp;#39;foo&amp;#59;&lt;br /&gt;&lt;br /&gt;and I use a filter for example&lt;br /&gt;&lt;br /&gt;Title &amp;#61; &amp;#64;url_foo&lt;br /&gt;&lt;br /&gt;i get the following error &lt;br /&gt;&lt;br /&gt;A critical error has occurred.&lt;br /&gt;Cannot find column &amp;#91;&amp;#64;url_foo&amp;#93;&lt;br /&gt;&lt;br /&gt;the same setup works if I use an older query to get my user defined table data &lt;br /&gt;&lt;br /&gt;SELECT    &lt;br /&gt;dbo.UserDefinedRows.UserDefinedRowId, Data1.FieldValue AS Title, Data2.FieldValue AS Summary&lt;br /&gt;FROM        &lt;br /&gt;dbo.UserDefinedData AS Data1&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedFields AS Fields1 ON Data1.UserDefinedFieldId &amp;#61; Fields1.UserDefinedFieldId&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedRows ON Data1.UserDefinedRowId &amp;#61; dbo.UserDefinedRows.UserDefinedRowId&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedData AS Data2 ON dbo.UserDefinedRows.UserDefinedRowId &amp;#61; Data2.UserDefinedRowId&lt;br /&gt;INNER JOIN&lt;br /&gt;dbo.UserDefinedFields AS Fields ON Data2.UserDefinedFieldId &amp;#61; Fields.UserDefinedFieldId&lt;br /&gt;WHERE&lt;br /&gt;    &amp;#40;Fields1.FieldTitle &amp;#61; &amp;#39;Title&amp;#39;&amp;#41;&lt;br /&gt;AND &amp;#40;Fields.FieldTitle &amp;#61; &amp;#39;Summary&amp;#39;&amp;#41;&lt;br /&gt;AND &amp;#40;dbo.UserDefinedRows.ModuleId &amp;#61; 713&amp;#41;  AND &amp;#40;Data1.FieldValue like &amp;#64;url_foo&amp;#41;&lt;br /&gt;&lt;br /&gt;but this is not the most optimal query so I was hoping to use the reports f&amp;#38;l datasource  but so far nu luck with url parameters&lt;br /&gt;</description><author>nokiko</author><pubDate>Wed, 27 Apr 2011 22:16:16 GMT</pubDate><guid isPermaLink="false">Created Issue: think I found an issue with F&amp;L datasource and url parameters [20585] 20110427101616P</guid></item><item><title>Created Issue: Site Crashed after Reports Module Successfully updated. [18606]</title><link>http://dnnreports.codeplex.com/workitem/18606</link><description>I just recently updated my DNN site to DNN 5.5.0 &amp;#40;www.woodsborovfc.org&amp;#41;.&lt;br /&gt;&lt;br /&gt;So I update my REPORTS module to 5.1.4, and I receive this log&amp;#58; &lt;br /&gt;&lt;br /&gt;&amp;#34;Package Installation Report&lt;br /&gt;&lt;br /&gt;See below for the results of the package installation&lt;br /&gt;StartJob &amp;#9;Starting Installation&lt;br /&gt;Info &amp;#9;Starting Installation - DNN_Reports&lt;br /&gt;Info &amp;#9;Starting Installation - Script&lt;br /&gt;Info &amp;#9;Begin Sql execution&lt;br /&gt;Info &amp;#9;Folder Created - D&amp;#58;&amp;#92;Inetpub&amp;#92;woodsborovfc&amp;#92;DesktopModules&amp;#92;Reports&amp;#92;Install&amp;#92;Scripts&lt;br /&gt;Info &amp;#9;Created - Install&amp;#92;Scripts&amp;#92;05.00.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Executing 05.00.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Start Sql execution&amp;#58; 05.00.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;End Sql execution&amp;#58; 05.00.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;Created - Install&amp;#92;Scripts&amp;#92;05.01.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Executing 05.01.00.SqlDataProvider&lt;br /&gt;Info &amp;#9;Start Sql execution&amp;#58; 05.01.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;End Sql execution&amp;#58; 05.01.00.SqlDataProvider file&lt;br /&gt;Info &amp;#9;Created - Install&amp;#92;Scripts&amp;#92;Uninstall.SqlDataProvider&lt;br /&gt;Info &amp;#9;Finished Sql execution&lt;br /&gt;Info &amp;#9;Component installed successfully - Script&lt;br /&gt;Info &amp;#9;Starting Installation - Module&lt;br /&gt;Info &amp;#9;Module registered successfully - DNN_Reports&lt;br /&gt;Info &amp;#9;Component installed successfully - Module&lt;br /&gt;Info &amp;#9;Starting Installation - Assembly&lt;br /&gt;Info &amp;#9;Assembly registered - bin&amp;#92;DotNetNuke.Modules.Reports.dll&lt;br /&gt;Info &amp;#9;Created - bin&amp;#92;DotNetNuke.Modules.Reports.dll&lt;br /&gt;Info &amp;#9;Component installed successfully - Assembly&lt;br /&gt;Info &amp;#9;Starting Installation - File&lt;br /&gt;Info &amp;#9;Created - license.txt&lt;br /&gt;Info &amp;#9;Created - releaseNotes.txt&lt;br /&gt;Info &amp;#9;Component installed successfully - File&lt;br /&gt;Info &amp;#9;Starting Installation - ResourceFile&lt;br /&gt;Info &amp;#9;Expanding Resource file&lt;br /&gt;Info &amp;#9;Creating backup of previous version - App_LocalResources&amp;#92;Packages.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;Packages.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - App_LocalResources&amp;#92;ViewReports.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;ViewReports.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - images&amp;#92;LegacyPackage.gif&lt;br /&gt;Info &amp;#9;Created - images&amp;#47;LegacyPackage.gif&lt;br /&gt;Info &amp;#9;Creating backup of previous version - images&amp;#92;ManagePackages.gif&lt;br /&gt;Info &amp;#9;Created - images&amp;#47;ManagePackages.gif&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;SqlServer&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;ADO&amp;#47;App_LocalResources&amp;#47;DataSource.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;ADO&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - App_LocalResources&amp;#47;SharedResources.resx&lt;br /&gt;Info &amp;#9;Created - Controls&amp;#47;App_LocalResources&amp;#47;SqlDataSourceCommonSettingsControl.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ViewReports.ascx&lt;br /&gt;Info &amp;#9;Created - ViewReports.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#92;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#92;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#92;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#92;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#92;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#92;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;Visualizer.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#92;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;Grid&amp;#47;App_LocalResources&amp;#47;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#92;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;HTML&amp;#47;App_LocalResources&amp;#47;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#92;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#47;Settings.ascx.resx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#92;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - Visualizers&amp;#47;XSLT&amp;#47;App_LocalResources&amp;#47;Visualizer.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;DotNetNuke&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;DotNetNuke&amp;#47;App_LocalResources&amp;#47;DataSource.ascx.resx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;SqlServer&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Packages.ascx&lt;br /&gt;Info &amp;#9;Created - Packages.ascx&lt;br /&gt;Info &amp;#9;Created - AppCodeCleanup.txt&lt;br /&gt;Info &amp;#9;Created - Controls&amp;#47;SqlDataSourceCommonSettingsControl.ascx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;ADO&amp;#47;Settings.ascx&lt;br /&gt;Info &amp;#9;Created - DataSources&amp;#47;SqlServer&amp;#47;App_LocalResources&amp;#47;DataSource.ascx.resx&lt;br /&gt;Info &amp;#9;Created - images&amp;#47;BuiltInPackage.gif&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Chart_01.02.00_Install.zip&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Chart_01.02.00_Source.zip&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Reporting Services_02.00.00_Install.zip&lt;br /&gt;Info &amp;#9;Created - Install&amp;#47;Visualizers&amp;#47;Reporting Services_02.00.00_Source.zip&lt;br /&gt;Info &amp;#9;Created - module.css&lt;br /&gt;Info &amp;#9;Resource Files created&lt;br /&gt;Info &amp;#9;Component installed successfully - ResourceFile&lt;br /&gt;Info &amp;#9;Starting Installation - Cleanup&lt;br /&gt;Info &amp;#9;Creating backup of previous version - DataProvider.vb&lt;br /&gt;Info &amp;#9;Deleted - DataProvider.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - PackageInstaller.vb&lt;br /&gt;Info &amp;#9;Deleted - PackageInstaller.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - PackageManifest.vb&lt;br /&gt;Info &amp;#9;Deleted - PackageManifest.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportInfo.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportInfo.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportsClientAPI.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportsClientAPI.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportsControlBase.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportsControlBase.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - ReportsController.vb&lt;br /&gt;Info &amp;#9;Deleted - ReportsController.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - SqlDataProvider.vb&lt;br /&gt;Info &amp;#9;Deleted - SqlDataProvider.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - Utilities.vb&lt;br /&gt;Info &amp;#9;Deleted - Utilities.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - VisualizerControlBase.vb&lt;br /&gt;Info &amp;#9;Deleted - VisualizerControlBase.vb&lt;br /&gt;Info &amp;#9;Creating backup of previous version - VisualizerSettingsBase.vb&lt;br /&gt;Info &amp;#9;Deleted - VisualizerSettingsBase.vb&lt;br /&gt;Info &amp;#9;Folder Deleted - Reports&lt;br /&gt;Info &amp;#9;Component installed successfully - Cleanup&lt;br /&gt;Info &amp;#9;Starting Installation - Cleanup&lt;br /&gt;Info &amp;#9;Component installed successfully - Cleanup&lt;br /&gt;Info &amp;#9;Installation committed&lt;br /&gt;Info &amp;#9;Installation successful. - DNN_Reports&lt;br /&gt;Info &amp;#9;Deleted temporary install folder&lt;br /&gt;EndJob &amp;#9;Installation successful.&amp;#34;&lt;br /&gt;&lt;br /&gt;I clicked the &amp;#34;return&amp;#34; button, and now my site has a &amp;#34;Runtime Error&amp;#34;. Ugh...  &lt;br /&gt;&lt;br /&gt;Suggestions on how I should fix this error&amp;#63;&lt;br /&gt;</description><author>untamedchap</author><pubDate>Fri, 27 Aug 2010 18:34:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Site Crashed after Reports Module Successfully updated. [18606] 20100827063426P</guid></item><item><title>Created Issue: Report Module - If no Data Source configured do not show "Run Report" button [18099]</title><link>http://dnnreports.codeplex.com/workitem/18099</link><description>Pre-requisites&amp;#58;&lt;br /&gt;Have a DNN site already installed&lt;br /&gt;&lt;br /&gt;Install Reports_05.01.02 module via Host --&amp;#62; Extensions --&amp;#62; Add New Extension&lt;br /&gt;Load the Reports module onto a page&lt;br /&gt;In the Action menu select &amp;#34;Settings&amp;#34;&lt;br /&gt;Name the module&lt;br /&gt;Give a description&lt;br /&gt;Make the &amp;#34;Active Data Source&amp;#34; nothing&lt;br /&gt;At the bottom of the page click &amp;#34;Update&amp;#34;&lt;br /&gt;&lt;br /&gt;Expected&amp;#58;&lt;br /&gt;An error message that &amp;#34;No data source is configured. Unable to run any reports&amp;#34;&lt;br /&gt;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;I get an error about no data source configured&lt;br /&gt;I also see &amp;#34;Run Report&amp;#34; button&lt;br /&gt;&lt;br /&gt;Please hide &amp;#34;Run Report&amp;#34; button when no data source is configured&lt;br /&gt;</description><author>KenGrierson</author><pubDate>Wed, 30 Jun 2010 00:06:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Report Module - If no Data Source configured do not show "Run Report" button [18099] 20100630120603A</guid></item><item><title>Created Issue: Report Module - Hide Results linked text should not be visible if no results are showing. [18098]</title><link>http://dnnreports.codeplex.com/workitem/18098</link><description>Pre-requisites&amp;#58;&lt;br /&gt;Have a DNN site already installed&lt;br /&gt;&lt;br /&gt;Install Reports_05.01.02 module via Host --&amp;#62; Extensions --&amp;#62; Add New Extension&lt;br /&gt;Load the Reports module onto a page&lt;br /&gt;In the Action menu select &amp;#34;Settings&amp;#34;&lt;br /&gt;Name the module&lt;br /&gt;Give a description&lt;br /&gt;Leave &amp;#34;Active Data Source&amp;#34; at DotNetNuke Data Source&lt;br /&gt;Enter a valid SQL query into the &amp;#34;Query&amp;#58;&amp;#34; text area&lt;br /&gt;Click &amp;#34;Test Data Source&amp;#34; linked text at the bottom&lt;br /&gt;&lt;br /&gt;Expected&amp;#58;&lt;br /&gt;Success message with no data displayed&lt;br /&gt;&lt;br /&gt;Actual&amp;#58;&lt;br /&gt;I get a success message&lt;br /&gt;I also get linked text &amp;#61; &amp;#34;Hide Results&amp;#34;&lt;br /&gt;If I click on this text nothing happens&lt;br /&gt;&lt;br /&gt;Just hide this text for this use case.&lt;br /&gt;</description><author>KenGrierson</author><pubDate>Wed, 30 Jun 2010 00:01:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Report Module - Hide Results linked text should not be visible if no results are showing. [18098] 20100630120137A</guid></item><item><title>Commented Issue: Drop Down List - too narrow to use [14428]</title><link>http://dnnreports.codeplex.com/workitem/14428</link><description>Hi&lt;br /&gt;&lt;br /&gt;In the DataSourceSettings screen the drop down list &amp;#34;UDT&amp;#47;FnL Module&amp;#58;&amp;#34; where you select the module as the datasource is too narrow to show the module names and cannot be scrolled. My modules have quite long names eg&amp;#58; &amp;#39;The Responsible Pharmacist Report xxxxxxx&amp;#39; where xxxxxx is a location name&amp;#39;.&lt;br /&gt;This can make the datasource almost impossible to use. &lt;br /&gt;&lt;br /&gt;See attached screenshot.&lt;br /&gt;&lt;br /&gt;Cheers - Guy&lt;br /&gt;Comments: ** Comment from web user: mvanlaar ** &lt;p&gt;This problem i also have. &lt;/p&gt;</description><author>mvanlaar</author><pubDate>Sat, 12 Jun 2010 11:21:25 GMT</pubDate><guid isPermaLink="false">Commented Issue: Drop Down List - too narrow to use [14428] 20100612112125A</guid></item></channel></rss>