<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Active Requests with no Date Range"]]></title>
		<link>http://www.sysaid.com/Sysforums/posts/list/118.page</link>
		<description><![CDATA[Latest messages posted in the topic "Active Requests with no Date Range"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Active Requests with no Date Range</title>
				<description><![CDATA[ Hello,<br /> <br /> I am hoping I am missing something simple here.  I am trying to automate a report to run at the beginning of each week showing the currently active SR's.  That is ALL the current active SR's and not just a date range.  If I run it manually I can make a very large date range that encompasses the entire period we have been making SR's but the date obviously wouldn't increase each week on the automated version.<br /> <br /> Is there a way to do this?<br /> <br /> Thank you kindly and Happy Holidays!<br /> <br /> ZC]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/7662/31897.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/7662/31897.page</link>
				<pubDate><![CDATA[Wed, 21 Dec 2011 23:26:00]]> GMT</pubDate>
				<author><![CDATA[ zackiechan]]></author>
			</item>
			<item>
				<title>Re:Active Requests with no Date Range</title>
				<description><![CDATA[ Has nobody else had an issue with this? With not being able to see all active requests in an automated report?  Please, any help or a point in the right direction would be greatly appreciated!<br /> <br /> Thank you!<br /> <br /> ZC]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/7662/31964.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/7662/31964.page</link>
				<pubDate><![CDATA[Thu, 29 Dec 2011 23:03:44]]> GMT</pubDate>
				<author><![CDATA[ zackiechan]]></author>
			</item>
			<item>
				<title>Re:Active Requests with no Date Range</title>
				<description><![CDATA[ For any who might be having a similar issue or would simply like to know the given solution: <br /> <br /> SysAid support suggested I simply change my date ranges in the automated report to way back in the past as far as I would like; then select a future date that is way in the future so that it encompasses all Active tickets.<br /> <br /> ZC]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/7662/33263.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/7662/33263.page</link>
				<pubDate><![CDATA[Tue, 14 Feb 2012 15:55:44]]> GMT</pubDate>
				<author><![CDATA[ zackiechan]]></author>
			</item>
			<item>
				<title>Re:Active Requests with no Date Range</title>
				<description><![CDATA[ Ok. <br /> For those of you have and continue to have this issue, I've found the perfect solution:<br /> <br /> Original Selection :r.insert_time between ? and ?<br /> <br /> Replacement :r.insert_time between ? and ? ((r.insert_time between ? and ?) or r.insert_time &gt;'1/1/1900') <br /> <br /> I too had tried removing the parameters, etc. but that proved to be a headache. So instead of making the selection of insert date active, I made it passive.<br /> Of course, in the jrxml file, I also removed the dates from printing. Elementary my dear Watson.<br /> <br /> Now, you can report on any service request that has any status using the following:<br />      sqlStat = "select r.id id_zzz_SR,r.problem_type problem_type_zzz_SR,r.problem_sub_type problem_sub_type_zzz_SR,r.third_level_category third_level_category_zzz_SR,r.description description_zzz_SR,r.notes notes_zzz_SR,r.id activities_zzz_SR,r.request_user request_user_zzz_SR,r.insert_time insert_time_zzz_SR,r.due_date due_date_zzz_SR ,r.responsibility responsibility_zzz_SR,a.id activity_id_zzz_ASR ,a.from_time from_time_zzz_ASR, a.to_time to_time_zzz_ASR  from service_req r   INNER JOIN work_report a ON  ( a.account_id = r.account_id and  a.service_req_id = r.id  )  "+ moreJoin + " where r.account_id = ?  and ((r.insert_time between ? and ?) or r.insert_time &gt; '1/1/1900')  and ( not (  problem_type=N'External Projects'  )  and  not (  problem_type=N'IT Internal'  )  and  not (  problem_type=N'Programming Help Desk'  )  and  not (  problem_type=N'Projects'  )  and  not (  problem_type=N'Special Project'  )  and  not (  problem_type=N'Special Project'  )  and  not (  problem_type=N'Telephone'  )  and (r.status &lt;&gt; 3  or r.status is null)) " + moreWhere + sqlWizardFilters;]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/7662/35199.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/7662/35199.page</link>
				<pubDate><![CDATA[Fri, 13 Jul 2012 20:10:34]]> GMT</pubDate>
				<author><![CDATA[ houmadath]]></author>
			</item>
	</channel>
</rss>