<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest topics for the forum "SQL Power DQguru Suggestions"]]></title>
		<link>http://www.sqlpower.ca/forum/forums/show/204.page</link>
		<description><![CDATA[The newest discussed topics in the forum "SQL Power DQguru Suggestions"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Add a new field to table</title>
				<description><![CDATA[ select t1.*,t2.Product_Name from<br /> (<br /> select mobid,<br /> max(case when seq=1 then merchant else null end) as min_merchant,<br /> max(case when seq=1 then price else null end) as min_price,<br /> max(case when bseq=1 then merchant else null end) as max_merchant,<br /> max(case when bseq=1 then price else null end) as max_price<br /> from<br /> (<br /> select row_number() over (partition by mobid order by price) as seq,row_number() over (partition by mobid order by price desc) as bseq,mobid, merchant,price<br /> from tbl_merchant<br /> )t<br /> where (seq=1 or bseq=1) and mobid in(select MOBID from tbl_product where Client_Name='wilson')<br /> <br /> <br /> group by mobid<br /> ) as t1 INNER JOIN tbl_product as t2 on t2.mobid=t1.mobid<br /> <br /> In the above query i need to add my_Price field where<br /> my_price is where my name matches for that product<br /> <br /> <br />  <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2691/6059.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2691/6059.page</link>
				<pubDate><![CDATA[Wed, 25 Aug 2010 04:10:20]]> GMT</pubDate>
				<author><![CDATA[ jafrywilson]]></author>
			</item>
			<item>
				<title>Feature Suggestion for Deduping</title>
				<description><![CDATA[ Hi,<br /> <br /> for the deduping it could be interesting to have to option to delete a record because it is not needed. It might not always be a match or a unique record but just a useless record.<br /> <br /> Benjamin]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2546/5687.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2546/5687.page</link>
				<pubDate><![CDATA[Mon, 9 Nov 2009 14:10:33]]> GMT</pubDate>
				<author><![CDATA[ Benjamin]]></author>
			</item>
			<item>
				<title>Too many matches...</title>
				<description><![CDATA[ Hello,<br /> <br /> I often have this problem: I many cases,  I run a match where one row matches with hundreds others rows. The results is that is very very long to draw results.<br /> One suggestion could be: if a match includes too many rows (more than 30 for example) only the 30 firsts are printed. Then it is possible to see which element causes this large amount of matches and update the transformation to solve it.<br /> <br /> I think that in this case, it's not really useful to have hundred times the same row...<br /> <br /> Just another comment, I always have to select two times the database name, table name ... in check lists when creating a new project or repository... The first time you select it, nothing appear in the box.<br /> <br /> (I've got the 9.5 version)<br /> <br /> Simon<br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2427/5306.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2427/5306.page</link>
				<pubDate><![CDATA[Tue, 28 Jul 2009 09:38:55]]> GMT</pubDate>
				<author><![CDATA[ desbonns]]></author>
			</item>
			<item>
				<title>nadie habla en español??</title>
				<description><![CDATA[ tengo preguntas en el uso de dqguru como se usan las herramientas de soundex hay algun otro manual mas completo, gracias y como usar la herramienta traslate word que cuando la quiero usar me pone un error:<br /> java.lang.runtimeexception y no me deja usarla nunca , le agradecere su ayuda]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2425/5299.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2425/5299.page</link>
				<pubDate><![CDATA[Fri, 24 Jul 2009 12:56:02]]> GMT</pubDate>
				<author><![CDATA[ faby]]></author>
			</item>
			<item>
				<title>Kettle Plugin to use DQGuru out of Kettle</title>
				<description><![CDATA[ Hi,<br /> <br /> have you thought about creating a Kettle plugin for DQGuru? This could help to do data cleansing during ETL process. Users could set up the processes in DQGuru and then call them out of Kettle.<br /> <br /> Benjamin]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2364/5017.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2364/5017.page</link>
				<pubDate><![CDATA[Wed, 10 Jun 2009 14:44:55]]> GMT</pubDate>
				<author><![CDATA[ Benjamin]]></author>
			</item>
			<item>
				<title>new munge process - any word match</title>
				<description><![CDATA[ Suggestion is to add a new munge process that will match based on n word(s) in the column.<br /> The user should be able to set how many words to match on.<br /> The word could appear in any position within the column, for the match to occur.<br /> <br /> It would be similar to using SQL to search a column with a WHERE clause similar to below<br /> where column_name like '%word%'<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2352/4987.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2352/4987.page</link>
				<pubDate><![CDATA[Fri, 29 May 2009 14:51:52]]> GMT</pubDate>
				<author><![CDATA[ lilihammer]]></author>
			</item>
			<item>
				<title>My suggestions for DQGuru</title>
				<description><![CDATA[ Hi,<br /> <br /> here are my suggestions & ideas for DQGuru as discussed yesterday. They are all filed in Bugzilla already:<br /> <br /> - Enable CSV writer to accept all data formats as input (Bug 1798)<br /> [quote]Right now CSV writer only takes strings as inputs, all other formats need a<br /> extra step to convert to string first. It would be nice if CSV writer would<br /> accept all formats as input.[/quote]<br /> <br /> - Save layout of transformation<br /> [quote]It would be nice if the layout of a transformation would get saved. Right now the design of a transformation doesn't get saved after closing and opening it.<br /> You have to unfold all steps manually again.[/quote]]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2341/4959.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2341/4959.page</link>
				<pubDate><![CDATA[Fri, 22 May 2009 09:14:41]]> GMT</pubDate>
				<author><![CDATA[ Benjamin]]></author>
			</item>
			<item>
				<title>New Transformations?</title>
				<description><![CDATA[ Hi,<br /> <br /> Is there an easy way for the community to create new transformation functions and to share them?  Ideally, one would be able to go to a community area, review the available functions, and import them into the DQ Guru as needed.<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2308/4836.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2308/4836.page</link>
				<pubDate><![CDATA[Tue, 28 Apr 2009 16:45:05]]> GMT</pubDate>
				<author><![CDATA[ argyllsock]]></author>
			</item>
			<item>
				<title>User Defined transformations</title>
				<description><![CDATA[ Hi,<br /> <br /> I've been playing with DQ Guru.  As a non-technical individual, it would be nice to be able to create 'super transformations' that are made up of the base transformations already contained within DQ Guru.  I would then be able to reuse some of the more complex cleansing processes that I've developed.<br /> <br /> Thanks,]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2307/4835.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2307/4835.page</link>
				<pubDate><![CDATA[Tue, 28 Apr 2009 16:43:10]]> GMT</pubDate>
				<author><![CDATA[ argyllsock]]></author>
			</item>
			<item>
				<title>Don't over cache database schema objects</title>
				<description><![CDATA[ After adding a new table to my database schema, I found that I could not see it in the Project Build dialog without EXITing MatchMaker, restarting and recreating my project.<br /> <br /> Consider including a REFRESH button to refresh the meta data cache or not caching at all.<br /> <br /> Best wishes.<br /> <br /> Donn]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2212/4493.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2212/4493.page</link>
				<pubDate><![CDATA[Fri, 6 Feb 2009 09:10:28]]> GMT</pubDate>
				<author><![CDATA[ donn]]></author>
			</item>
			<item>
				<title>Sort Objects in Pull-Down lists</title>
				<description><![CDATA[ In the Project Build dialog, I noticed that the pull-down list for table selection is not sorted in table_name sequence.<br /> <br /> When working in database schemas with large number of tables, this makes it difficult to find the target table.<br /> <br /> I have not been bothered by this problem in other dialog locations, but it is probably a good standard practice.<br /> <br /> Thanks.<br /> <br /> Donn]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2211/4492.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2211/4492.page</link>
				<pubDate><![CDATA[Fri, 6 Feb 2009 09:05:47]]> GMT</pubDate>
				<author><![CDATA[ donn]]></author>
			</item>
			<item>
				<title>refresh database - option</title>
				<description><![CDATA[ add a refresh database option for changes that may have occured to the database]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2055/3903.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2055/3903.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 17:07:55]]> GMT</pubDate>
				<author><![CDATA[ lilihammer]]></author>
			</item>
			<item>
				<title>remembering settings within a session</title>
				<description><![CDATA[ Currently in the match validation screen you have the ability to select which value to show and which order to show them in (both in the graphic panel and the details on the right hand window).   When the user clicks out of the match validation area the settings are lost.  It would be good to keep those settings for the session that they were set in.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2054/3902.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2054/3902.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 17:05:50]]> GMT</pubDate>
				<author><![CDATA[ lilihammer]]></author>
			</item>
			<item>
				<title>Sorting graphs in the Match Groups window</title>
				<description><![CDATA[ Hi, <br /> <br /> It would be nice to be able to sort the graphs based on whatever values were chosen to be displayed in the graphs.<br /> <br /> For example, after i have chosen to display the 'first_name' field of each record, I thought it would be nice to be able to sort the graphs by first name so that I can search for a particular Match Group better.<br /> <br /> Would that be easy to implement?<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2052/3900.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2052/3900.page</link>
				<pubDate><![CDATA[Fri, 29 Aug 2008 16:55:45]]> GMT</pubDate>
				<author><![CDATA[ Nogo]]></author>
			</item>
			<item>
				<title>Adding to the Match pool</title>
				<description><![CDATA[ os: Windows<br /> Version: Nightly build 23072008<br /> <br /> When writing the matches to the match pool is there a way that the new matches can be added and not receive an error msg for the matches that are already there?<br /> <br /> Currently if you run the match engine once, make some modifications to the munge processes and run the match engine again, you will receive an error if the same match was found.<br /> <br /> I think the engine should be able to skip the record already in the match pool and move on to load the new matches found without getting an error message. ]]></description>
				<guid isPermaLink="true">http://www.sqlpower.ca/forum/posts/preList/2029/3212.page</guid>
				<link>http://www.sqlpower.ca/forum/posts/preList/2029/3212.page</link>
				<pubDate><![CDATA[Thu, 24 Jul 2008 15:44:13]]> GMT</pubDate>
				<author><![CDATA[ lilihammer]]></author>
			</item>
	</channel>
</rss>
