<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Dashboards - Free Dashboard Designer - Examples and Tutorials » How-to</title>
	
	<link>http://www.infocaptor.com/dashboard</link>
	<description>Dashboard Articles, Tutorials, Screenshots, Discussion</description>
	<lastBuildDate>Mon, 20 Feb 2012 19:28:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/infocaptor-howto" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="infocaptor-howto" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Excel ODBC DSN connection string with PHP</title>
		<link>http://www.infocaptor.com/dashboard/excel-odbc-dsn-connection-string-with-php</link>
		<comments>http://www.infocaptor.com/dashboard/excel-odbc-dsn-connection-string-with-php#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[dashboards]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/excel-odbc-dsn-connection-string-with-php</guid>
		<description><![CDATA[When using Excel ODBC with PHP please use the following settings All settings are done in the connection_methods.php Windows 7 and Excel 2007 (support for .xls, .xlsx, .xlsm, .xlsb) &#160; $db_url="DRIVER={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};FIL=Excel 12.0;DriverID=1046;Dbq={$excelFile};DefaultDir={$excelDir};ImportMixedTypes=Text"; &#160; Windows XP and older Excel (just .xls) &#160; $db_url="Driver={Microsoft Excel Driver (*.{$fileinfo['extension']})} ;DriverId=790;Dbq={$excelFile};DefaultDir={$excelDir};ImportMixedTypes=Text";]]></description>
			<content:encoded><![CDATA[<p>When using Excel ODBC with PHP please use the following settings</p>
<p>All settings are done in the connection_methods.php</p>
<p><strong>Windows 7 and Excel 2007</strong></p>
<p>(support for .xls, .xlsx, .xlsm, .xlsb)</p>
<p>&nbsp;</p>
<p><code><br />
$db_url="DRIVER={Microsoft Excel Driver (*.xls, *.xlsx, *.xlsm, *.xlsb)};FIL=Excel 12.0;DriverID=1046;Dbq={$excelFile};DefaultDir={$excelDir};ImportMixedTypes=Text";<br />
</code></p>
<p>&nbsp;</p>
<p>Windows XP and older Excel (just .xls)</p>
<p>&nbsp;</p>
<p><code><br />
$db_url="Driver={Microsoft Excel Driver (*.{$fileinfo['extension']})} ;DriverId=790;Dbq={$excelFile};DefaultDir={$excelDir};ImportMixedTypes=Text";<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/excel-odbc-dsn-connection-string-with-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Dashboards – Fiscal Quarter, Fiscal Month</title>
		<link>http://www.infocaptor.com/dashboard/excel-dashboards-fiscal-quarter-fiscal-month</link>
		<comments>http://www.infocaptor.com/dashboard/excel-dashboards-fiscal-quarter-fiscal-month#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:00:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/excel-dashboards-fiscal-quarter-fiscal-month</guid>
		<description><![CDATA[When you use the Add Date hierarchy columns for any date, by default it brings all calendar quarter and calendar month. &#160; How do you get Fiscal Quarter Let say your fiscal year begins from 1st July then First Quarter = { 7 , 8 , 9} Second Quarter = { 10, 11, 12} Third [...]]]></description>
			<content:encoded><![CDATA[<p>When you use the Add Date hierarchy columns for any date, by default it brings all calendar quarter and calendar month.</p>
<p><img height="426" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/05/image-96.jpg" width="528" /></p>
<p>&nbsp;</p>
<p><strong>How do you get Fiscal Quarter</strong></p>
<p><strong>Let say your fiscal year begins from 1st July then</strong></p>
<p><strong>First Quarter = { 7 , 8 , 9}</strong></p>
<p><strong>Second Quarter = { 10, 11, 12}</strong></p>
<p><strong>Third Quarter = {1, 2, 3}</strong></p>
<p><strong>Fourth Quarter = { 4, 5, 6 }</strong></p>
<p><strong>So with the above logic let us create a formula</strong></p>
<ul>
<li>Right click on the date column</li>
<li>Select &#8220;Create Calculation&#8221;</li>
<li><img height="319" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/05/image-97.jpg" width="483" /></li>
<li>Type the following formula</li>
<li><font style="BACKGROUND-COLOR: #ffff00">switch(<br />
month(&#8220;Order Date&#8221;) in (7,8,9) , &#8216;Qtr1&#8242; ,<br />
 month(&#8220;Order Date&#8221;) in (10,11,12) , &#8216;Qtr2&#8242; ,<br />
 month(&#8220;Order Date&#8221;) in (1,2,3) , &#8216;Qtr3&#8242; ,<br />
 month(&#8220;Order Date&#8221;) in (4,5,6) , &#8216;Qtr4&#8242;<br />
 )</font></li>
<li>Click on &#8216;Use This Formula&#8217;</li>
</ul>
<p>Here is the Fiscal Quarter</p>
<p><img height="305" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/05/image-98.jpg" width="181" /></p>
<p><strong>Note: You can change the Quarter text to anything like &#8216;Q1&#8242; instead of &#8216;Qtr1&#8242;</strong></p>
<p><strong>Fiscal Month</strong></p>
<p>Similarly, if you need fiscal month, we can use the following formula</p>
<p><font style="BACKGROUND-COLOR: #ffff80">switch(<br />
month(&#8220;Order Date&#8221;) &gt;= 7 , month(&#8220;Order Date&#8221;)-6 ,<br />
month(&#8220;Order Date&#8221;) &lt; 7 , month(&#8220;Order Date&#8221;) + 6<br />
)</font></p>
<p><strong>Fiscal Year</strong></p>
<p><font style="BACKGROUND-COLOR: #ffff80"><strong>switch(<br />
month(&#8220;Order Date&#8221;) &gt;= 7 , year(&#8220;Order Date&#8221;) ,<br />
month(&#8220;Order Date&#8221;) &lt; 7 , year(&#8220;Order Date&#8221;) &#8211; 1<br />
)</strong></font></p>
<p>&nbsp;</p>
<p>If you have a different Fiscal year begining then replace the numbers accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/excel-dashboards-fiscal-quarter-fiscal-month/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards – 2</title>
		<link>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-2</link>
		<comments>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-2#comments</comments>
		<pubDate>Thu, 03 Nov 2011 13:34:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-2</guid>
		<description><![CDATA[Previous Step: Excel Dashboards &#8211; Part 1 Launch Dashboard Software and Connect Launch InfoCaptor Dashboard Software on your Desktop and click on the connect button on the toolbar The connection wizard has items that simplify connecting to different data sources. For Excel Files, Click on the Excel button Once you click, it automatically selects the [...]]]></description>
			<content:encoded><![CDATA[<p>Previous Step: <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-1">Excel Dashboards</a> &#8211; Part 1</p>
<p><strong>Launch Dashboard Software and Connect</strong></p>
<p><strong><br /></strong>Launch InfoCaptor Dashboard Software on your Desktop and click on the connect button on the toolbar</p>
<p><img height="359" alt="Connection wizard for Excel Dashboard" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/excel_dashboard_connection.jpg" width="537" /></p>
<p>The connection wizard has items that simplify connecting to different data sources.</p>
<p>
For Excel Files, Click on the Excel button</p>
<p><img height="319" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/excel_dashboard_connection-1.jpg" width="523" /></p>
<p>Once you click, it automatically selects the appropriate Driver for you</p>
<p><img height="222" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/image-30.jpg" width="506" /></p>
<p><strong>Click on the &#8220;Access/Excel File&#8221; button.</strong></p>
<p>Select the order_raw.xls file. It populates the connect name for you. But you can change this name. Connect Name is for your reference</p>
<p>
<strong>NOTE: Make sure that the order_raw.xls file is not open in MS Excel. The Excel file is locked once you connect to it. If the file is open in MS Excel, you may get connected but not able to query and may get unpredictable results.</strong></p>
<p>
Now, <strong>click on the Connect button<br /></strong>Upon successful connection, the connection wizard disappears and a new action wizard pops up.</p>
<p>Next : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-3">How to build Dashboards &#8211; 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Query Builder in Dashboard Designer</title>
		<link>http://www.infocaptor.com/dashboard/visual-query-builder-in-dashboard-designer</link>
		<comments>http://www.infocaptor.com/dashboard/visual-query-builder-in-dashboard-designer#comments</comments>
		<pubDate>Thu, 03 Nov 2011 05:20:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[MS Access]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/visual-query-builder-in-dashboard-designer</guid>
		<description><![CDATA[Once you launch Infocaptor, you can click on the connect button. In this example we are using the northwind sample database Click on connect Once connected it will open the Option wizard Since there is no dashboard open, the &#8220;Build New Query&#8221; is disabled. Click on the &#8220;New Blank Dashboard&#8221; Enter some name for the [...]]]></description>
			<content:encoded><![CDATA[<p>Once you launch Infocaptor, you can click on the connect button.</p>
<p>In this example we are using the northwind sample database</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-1501.png"><img height="198" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-150-small1.png" width="450" /></a></p>
<p>Click on connect</p>
<p>Once connected it will open the Option wizard</p>
<p><img height="289" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-1511.png" width="387" /></p>
<p>Since there is no dashboard open, the &#8220;Build New Query&#8221; is disabled.</p>
<p>Click on the &#8220;New Blank Dashboard&#8221;</p>
<p><img height="133" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3701.jpg" width="427" /></p>
<p>Enter some name for the dashboard &#8220;Northwind Dashboard&#8221;</p>
<p>Click OK</p>
<p>This Action immediately launches the Query Builder interface</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3711.jpg"><img height="376" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-371-small1.jpg" width="450" /></a></p>
<p>Expand the node on the left</p>
<p><img height="350" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3721.jpg" width="394" /></p>
<p>This displays a list of available tables</p>
<p>Double click on any table and it brings the table in the Query Builder window</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3731.jpg"><img height="222" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-373-small1.jpg" width="450" /></a></p>
<p>You can now select columns and join then</p>
<p>To create joins, just drag the mouse on a column in the orders table. Once you see the join link appear you may release the mouse button. Now go to the second table and click on the column to which it needs to be joined.</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3741.jpg"><img height="423" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-374-small1.jpg" width="450" /></a></p>
<p>Click on the SQL tab and you can see the SQL query that is automatically built for you</p>
<p><img height="318" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3751.jpg" width="257" /></p>
<p>Now click on the &#8220;Create Table&#8221; button</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3761.jpg"><img height="315" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-376-small1.jpg" width="450" /></a></p>
<p>This action creates a Qlet and places it in the dashboard</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-3771.jpg"><img height="250" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-377-small1.jpg" width="450" /></a></p>
<p>You can now right click on any column and create a drop down parameter</p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-378.jpg"><img height="237" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-378-small1.jpg" width="450" /></a></p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-379.jpg"><img height="274" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2009/07/image-379-small1.jpg" width="450" /></a></p>
<p>The parameter now automatically refreshes the qlet when you change the value</p>
<h2><a href="http://www.accessdashboards.com/demo/access_dashboard1.html">Step by Step Dashboard Video, Watch Now</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/visual-query-builder-in-dashboard-designer/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards – 1</title>
		<link>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-1</link>
		<comments>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-1#comments</comments>
		<pubDate>Thu, 03 Nov 2011 01:22:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-1</guid>
		<description><![CDATA[Databases are often under lock-n-key of the IT Department and not possible to connect directly due to security reasons. So if you plan to build a Dashboard prototype or a Dashboard Mockup it makes sense to export the data to Excel and build it. Modular Dashboard Design Lot of the online tutorials and Dashboard e-books [...]]]></description>
			<content:encoded><![CDATA[<p>Databases are often under lock-n-key of the IT Department and not possible to connect directly due to security reasons. So if you plan to build a <strong>Dashboard prototype</strong> or a <strong>Dashboard Mockup</strong> it makes sense to export the data to Excel and build it.</p>
<p>
<strong>Modular Dashboard Design</strong><br />
Lot of the online tutorials and Dashboard e-books teach you to build dashboard in Excel file. They provide you with templates, you fill in the information and build the dashboard using <strong>Excel charting techniques</strong>.</p>
<p>
If you use <strong>Excel Templates</strong> for your real dashboarding needs then you may end up with any of the below problems.</p>
<p>
&#8221; Big Bulky and bloated excel files<br />
&#8221; Undocumented Macros<br />
&#8221; Zero verification on the data authencity<br />
&#8221; No way to refresh the dashboard (lost productivity)</p>
<p><strong>&#8220;Best Practise for Dashboard Design&#8221;<br />
Modular Design</strong> &#8211; <strong><em>Keep Data and Presentation Separate</em></strong><br />
How? &#8211; Use Excel only for storing your data. Nothing more.</p>
<p>Do not build any visualization in the same place where your Data resides.</p>
<p><strong>Benefits of this approach</strong><br />
&#8221; Your dashboard or presenation layer is independent &#8211; Dashboard definition is stored separately<br />
&#8221; Increased productivity &#8211; When you have fresh data just refresh the dashboard, no redevelopment needed<br />
&#8221; No Messy Excel Macros or coding knowledge required &#8211; Just drag and drop tables and visually build Tables, Charts, Speedometer, Gauges, Dials, Thermometers and more charts<br />
&#8221; Simplified Distribution and Presentation &#8211; You can Export the Dashboard to PDF or HTML and just send them as attachments<br />
&#8221; Save Time &#8211; Just build the dashboard presentation layer only once and automate the refreshes.</p>
<p>
Lets begin <strong>Building Dashboard</strong></p>
<p><strong>Data Preparation</strong></p>
<p><strong><br /></strong>Export your transaction data to Excel file by running a report or requesting your IT department.</p>
<p>
There are certain rules to be followed when you get the data in Excel files.</p>
<p>
Here is a sample Excel dump of Order Entry data.<br />
The first row is always treated as the column names.</p>
<p><img height="414" alt="Raw data for Excel Dashboard" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/excel_dashboard_data_file.jpg" width="749" /></p>
<p>If you inherit an Excel file with pivots and charts all over the places then try to copy just the raw data in another worksheet in the same file or create another file.  If it is not possible to keep the first row as the column names then you could define &#8220;named ranges&#8221;. In the dashboard designer it is possible to access the data using Cell ranges but then future updates to the Excel file could break the dashboard, for e.g if the data goes beyond the Cell range.</p>
<p><strong>NOTE: Make sure column names do not have any funky characters. Just keep it to simple alpha-numeric column names.</strong></p>
<p>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build Excel Dashboards – 3</title>
		<link>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-3</link>
		<comments>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-3#comments</comments>
		<pubDate>Wed, 02 Nov 2011 07:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-3</guid>
		<description><![CDATA[Previous step : Excel Dashboards &#8211; 2 Create Dashboard and Table portlet Once connected, it will show you a list of action items to pick from We will click on &#8220;New Blank Dashboard&#8220; In the Dashboard Name, we type in &#8220;Order Management Analytics&#8221; Click OK. It will present you with a table browser showing all [...]]]></description>
			<content:encoded><![CDATA[<p>Previous step : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-2">Excel Dashboards &#8211; 2</a></p>
<p><strong>Create Dashboard and Table portlet</strong></p>
<p>
Once connected, it will show you a list of action items to pick from</p>
<p><img height="269" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/dashboard_actions.jpg" width="361" /></p>
<p>We will click on &#8220;<strong>New Blank Dashboard</strong>&#8220;</p>
<p>
In the Dashboard Name, we type in &#8220;Order Management Analytics&#8221;</p>
<p><img height="121" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/image-31.jpg" width="421" /></p>
<p>Click OK.</p>
<p>
It will present you with a table browser showing all the available worksheets as tables</p>
<p>
<img height="355" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/table_browser.jpg" width="475" /></p>
<p>Expand the node to see all the worksheets.</p>
<p>
In this example file, we just have one worksheet named &#8220;order_data&#8221;. Note how, it attaches a $ sign at the end, which indicates this is an Excel Worksheet.</p>
<p>So make sure you do not have any dollar sign when naming the Excel worksheet and no other special characters and no white or blank characters. <strong>Replace blank characters with &#8220;_&#8221; underscore character</strong></p>
<p>
Double Click on the &#8220;order_data$&#8221; node</p>
<p>
<img height="458" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/image-32.jpg" width="358" /></p>
<p>Click on the &#8220;* alias=ord&#8221; item at the very top to select all the items</p>
<p><img height="671" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/image-33.jpg" width="869" /></p>
<p>You may change the name of any column or any other property such as sort and group by.</p>
<p>
We will leave it as it is and click on the &#8220;Create Table&#8221; button.</p>
<p>
This action creates a Table Portlet (Qlet) in the Dashboard canvas</p>
<p><img height="362" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/02/table_portlet_dashboard.jpg" width="1007" /></p>
<p>We will use this Qlet as our basic building block for the following exercise</p>
<p>Next : <a href="http://www.exceldashboard.org/how-to-build-excel-dashboards-4">How to build Excel Dashboards &#8211; 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/how-to-build-excel-dashboards-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Dials and Speedometer Scorecard</title>
		<link>http://www.infocaptor.com/dashboard/create-dials-and-speedometer-scorecard</link>
		<comments>http://www.infocaptor.com/dashboard/create-dials-and-speedometer-scorecard#comments</comments>
		<pubDate>Sat, 15 Oct 2011 07:59:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[MS Access]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/create-dials-and-speedometer-scorecard</guid>
		<description><![CDATA[In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts. We will also create few bar trending charts. Consider the below sample data Source File: You can download the excel file here &#160; &#160; &#160; &#160; The above excel file tracks few metrics such as safety, [...]]]></description>
			<content:encoded><![CDATA[<p>In this article we will take an Excel source containing scorecard information and convert into dials and speedometer charts.</p>
<p>We will also create few bar trending charts.</p>
<p>Consider the below sample data</p>
<p><strong>Source File: You can download the excel</strong> file <a href="http://www.infocaptor.com/files/scorecard.xls">here</a></p>
<p><a href="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-392.jpg"><img height="113" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-392-small.jpg" width="450" align="left" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The above excel file tracks few metrics such as safety, quality and revenue. This is just a sample data and may not make sense in actual world but just imagine a manufacturing company that wants to track its overall safety and quality score and also track its total revenue. Now the company may use its own method at deriving the individual safety and quality scores.</p>
<p>They may have a dedicated team to collect safety violations and product defects and then use some formulae to convert those data into final score for any given month. We are not concerned with any of the methods on how those scores are generated. You are the dashboard person and the company has provided you the metrics by each month and now your job is produce a nice dashboard that shows relevant charts for the given data.</p>
<p>Since the data is tracked for each month, it makes sense to show a line or bar chart trending for the metrics.</p>
<p>Dials and Speedometers are relevant when we need to show performance of a single value. So in this case, since we have 12 month data, how do we show single value on the meter chart?</p>
<p>One solution is to show an &#8216;Average&#8217; value for the safety and Quality metrics or we could show a dial that shows the current month values.</p>
<p>So the GOAL for this exercise is: Show bar chart for Safety trending 12 months and show average and current month value on the dial chart.</p>
<p><strong>Dial chart requirement:</strong> For the dial chart, we are measuring the performance, whether we are on track or missed the goal. In order to achieve that, we create three new columns for safety such as &#8216;safety_bad&#8217;, &#8216;safety_ok&#8217;, safety_good&#8217;. These values need to be decided by the company management. If you are not sure, then look at previous year data and decide what should be good and bad values. The dials are used to guide the company to perform better or atleast improve that portion of the company operation represented by the metric.</p>
<p><img height="232" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-394.jpg" width="473" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First let us create the date hierarchy columns from the Period column. <strong>You need to make sure that the Period column is an actual Excel date column, else the hierarchy will not be generated<img height="293" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-395.jpg" width="429" align="left" /></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the period column, select Create -&gt; Add Year, Quarter, Month columns</p>
<p><img height="317" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-396.jpg" width="645" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you see we added the year and month columns. We may not use all of the above columns but having them ready gives us the option during the chart building.</p>
<p>Now right click on the &#8220;Name&#8221; and select &#8216;Create Chart&#8221;</p>
<p><img height="255" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-397.jpg" width="328" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="302" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-398.jpg" width="625" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We selected the &#8216;Bar&#8217; chart type</p>
<p>For the x-axis we select the month column and for the y &#8211; axis we select the Safety metric</p>
<p>Next, we click on the &#8220;Create Chart&#8221; button</p>
<p>This action takes us to the below dialog</p>
<p><img height="543" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-399.jpg" width="316" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We rename the chart to &#8216;Safety&#8217; and then click on &#8216;Fully Apply&#8217;</p>
<p>This action create the below chart (You may need to move the screens and dialog around to see the chart behind)</p>
<p><img height="330" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-400.jpg" width="455" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now having the chart wizard open, we change the selection to &#8216;Dial&#8217; chart</p>
<p>Check the Dial chart options below</p>
<p><img height="295" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-402.jpg" width="614" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We modify the options as below</p>
<ul>
<li>You can type the low and high range values for each range on the dial.</li>
<li>In our case, we have defined the safety bad, ok and good values in our spreadsheet so when our goals change, we just change the spreadsheet and the dials will automatically take care. Also, what if we needed different goals for each month so rather than hard coding the range in the chart, we get them from the excel file</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="301" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-401.jpg" width="620" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We first change the label sequence for the &#8220;Region Name&#8221; from &#8220;Bad&#8221; -&gt; &#8220;Warning&#8221; -&gt; to &#8220;Good&#8221;. For the dial chart the labels are not used so make sure that the colors are selected appropriately.</p>
<p><img height="452" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-403.jpg" width="585" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You may click on the color icon to change the colors of your choice</p>
<p>Next, we select the range boundary values</p>
<p><img height="122" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-407.jpg" width="290" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The safety_bad value from our spreadsheet represents the lower boundary of our bad region, &#8220;safety_ok&#8221; represents the upper boundary of our bad region, similarly &#8216;safety_ok&#8217; is the lower bound for our &#8216;ok&#8217; region and so on. For the &#8216;Good&#8217; upper bound we simply typed a value but as general practice we should have one more column for the upper bound of the final region. In our case the final region is &#8216;Safety Good&#8217;.</p>
<p>Next, for the pointer value, select the column that you want to show on the dial chart. In our case we select &#8216;Safety&#8217; and aggregation as &#8216;Avg&#8217;</p>
<p><img height="179" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-404.jpg" width="168" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, we click on &#8220;Create chart&#8221;. This action shows the dialog below</p>
<p><img height="678" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-408.jpg" width="483" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>We change the chart title to &#8216;Average Safety&#8217;</p>
<p>NOTE: remove the double quotes in the SQL statement for the group by. This will cause an error.</p>
<p>Click on &#8216;Fully Apply&#8217;</p>
<p>Here is our final Dial Chart</p>
<p><img height="161" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-409.jpg" width="215" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, create a dial chart to show current month value</p>
<p>We will change some conditions on the main Qlet. Right click on the &#8220;Name&#8221; and select &#8216;Duplicate&#8217;</p>
<p><img height="256" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-410.jpg" width="305" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>It creates an exact copy of the qlet table. We change the name to &#8216;Current Month&#8217;</p>
<p><img height="146" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-411.jpg" width="200" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Right click on the &#8216;Period&#8217; column and select &#8216;Create&#8217; -&gt; Create Date Filter</p>
<p><img height="315" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-412.jpg" width="387" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This action shows a dialog as shown below</p>
<p><img height="232" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-413.jpg" width="535" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>First change the operator to &#8216;Between&#8217;</p>
<p>Next select &#8216;First Day of Month&#8217; for the from and &#8216;Last Day of Month&#8217; for the To val.</p>
<p>Click on &#8216;Use This Filter&#8217;</p>
<p>This action applies the filter to the Qlet and it shows only currrent month row</p>
<p><img height="355" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-414.jpg" width="571" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next, right click on &#8216;Current Month&#8217; and select &#8216;Create Chart&#8217;</p>
<p>All of the settings remain the same except the &#8216;Aggregation&#8217;, make sure to select &#8216;NONE&#8217;</p>
<p><img height="299" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-415.jpg" width="623" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img height="159" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-416.jpg" width="224" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once all the three charts are done, we arrange them as below</p>
<p><img height="255" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2010/08/image-417.jpg" width="1021" align="left" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Similarly, you may create the charts for &#8220;Quality&#8221; and &#8220;Revenue&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/create-dials-and-speedometer-scorecard/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drill from Charts to other charts or tables</title>
		<link>http://www.infocaptor.com/dashboard/drill-from-charts-to-other-charts-or-tables</link>
		<comments>http://www.infocaptor.com/dashboard/drill-from-charts-to-other-charts-or-tables#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:37:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/drill-from-charts-to-other-charts-or-tables</guid>
		<description><![CDATA[This tutorial explains how to drill between a table to another table The below article will explain how to drill from a bar or pie chart to another chart or table. From the tutorial above, we need to prepare the child portlet in order to receive the parameters for drill purpose. This is true for [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial explains how to <a href="http://www.infocaptor.com/dashboard/excel-dash-board-create-drills" target="_blank">drill between a table to another table</a></p>
<p>The below article will explain how to drill from a bar or pie chart to another chart or table.</p>
<p>From the tutorial above, we need to prepare the child portlet in order to receive the parameters for drill purpose.</p>
<p>This is true for charts or tables. The key to preparing a &#8220;child&#8221; or the &#8220;drill into&#8221; portlet is the use of the filters on the column.</p>
<p>You define filters using the &#8220;param&#8221; variable.</p>
<p>Consider the following Chart and the detail table</p>
<p><img height="525" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2011/09/image-461.jpg" width="628" /></p>
<p>At this point both of the portlets are independent. Let us assume we need to drill from the above bar chart to the table below.</p>
<p>So when the user clicks on any of the bars it should be able to send the country name that it clicked and send that to the detail portlet.</p>
<p>Drilling into Bar or Pie chart involves few more steps than the just drilling between table to table.</p>
<p><strong>1. Prepare the &#8220;Drill Into&#8221; or the child portlet.</strong></p>
<p>We edit the Details portlet and add a filter condition for the country name</p>
<p><img height="532" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2011/09/image-462.jpg" width="542" /></p>
<p>We added a condition to the existing SQL</p>
<p>&#8220;and country_name=&#8217;param&lt;country,x&gt;&#8217;</p>
<p>Click apply and it will show no records as it is now dependent portlet.</p>
<p>2. Note down the portlet id for the child portlet</p>
<p><img height="333" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2011/09/image-463.jpg" width="421" /></p>
<p>When you select any portlet, the status bar at the bottom shows the Qlet ID. in our case, the qlet id is &#8220;q31&#8243;, for charts it starts with a &#8220;g&#8221;</p>
<p><strong>3. Define the drill link from the parent chart</strong></p>
<p><strong><img height="295" alt="Image" src="http://www.infocaptor.com/dashboard/wp-content/uploads/2011/09/image-464.jpg" width="565" /></strong></p>
<p>Edit the chart properties</p>
<p>There is the property &#8220;Drill into Portlet&#8221;</p>
<p>The default value will be &#8216;NO_DRILL&#8217;</p>
<p>Replace the value with the child&#8217;s ID followed by number 2,1</p>
<p>So in our case the string would be {q31,2,1}</p>
<p><strong>Explanation of the format:</strong> When you click on the bar chart, the bar transmits two values, one is the actual number value (y axis) and the second is the country name (x axis). The number 2 represents the X-axis value and since in most of the drill you need the X axis value we tell it to transmit the second value first.</p>
<p>click apply and your drill is set.</p>
<p>When you click on the bar, the child portlet will automatically align just below the bar chart.</p>
<p>&nbsp;</p>
<p>Similarly you can drill from a Pie chart as well. Other charts are not drillable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/drill-from-charts-to-other-charts-or-tables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Mockups – Wireframes font rendering is tricky</title>
		<link>http://www.infocaptor.com/dashboard/html5-mockups-wireframes-font-rendering-is-tricky</link>
		<comments>http://www.infocaptor.com/dashboard/html5-mockups-wireframes-font-rendering-is-tricky#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/html5-mockups-wireframes-font-rendering-is-tricky</guid>
		<description><![CDATA[HTML5 Font rendering is tricky. It is not consistent across browsers. Read how MockupTiger fixed the font rendering issue. You will also notice that with the fix, it is now possible to add any of your favourite font for wireframes. Why just limit to Comic Sans or Arial. Try the Google web fonts for instance. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HTML5 Font rendering</strong> is tricky. It is not consistent across browsers.</p>
<p>Read <a href="http://www.mockuptiger.com/which-font-works-best-with-our-wireframes">how MockupTiger fixed the font rendering issue</a>. You will also notice that with the fix, it is now possible to add any of your favourite font for wireframes. Why just limit to Comic Sans or Arial. Try the Google web fonts for instance.</p>
<p>Build beautiful <a href="http://www.mockuptiger.com/prototyping" target="_blank">Dashboard prototypes </a> with <a href="http://www.mockuptiger.com"><strong>MockupTiger Wireframes</strong></a></p>
<p>Goodbye Excel! now I can have true charting prototypes with <a href="http://www.mockuptiger.com"><strong>Wireframes</strong></a> and <a href="http://www.mockuptiger.com"><em>mockups</em></a> from MockupTiger</p>
<p><img alt="mockups" hspace="0" src="http://www.mockuptiger.com/wp-content/uploads/2011/07/yahoo_sketchy_mockup.png" align="baseline" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/html5-mockups-wireframes-font-rendering-is-tricky/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clickable Mockups – Wireframes with prototyping</title>
		<link>http://www.infocaptor.com/dashboard/clickable-mockups-wireframes-with-prototyping</link>
		<comments>http://www.infocaptor.com/dashboard/clickable-mockups-wireframes-with-prototyping#comments</comments>
		<pubDate>Sun, 28 Aug 2011 15:07:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://www.infocaptor.com/dashboard/clickable-mockups-wireframes-with-prototyping</guid>
		<description><![CDATA[When you build website wireframes or prototypes, clickable mockups is a standard requirement. MockupTiger when released had Clickable prototyping feature using the Text widgets Now all the text widgets, icons can be linked. There is a new element called hotspot that you can overlay on any kind of object/widget to simulate Clicking or interactivity Read [...]]]></description>
			<content:encoded><![CDATA[<p>When you build website wireframes or prototypes, clickable mockups is a standard requirement.</p>
<p>MockupTiger when released had <strong><a href="http://www.mockuptiger.com/how-to-add-links-to-mockup-objects">Clickable prototyping</a></strong> feature using the Text widgets</p>
<p>Now all the text widgets, icons can be linked. There is a new element called <strong>hotspot</strong> that you can overlay on any kind of object/widget to simulate Clicking or interactivity</p>
<p>Read more about building <a href="http://www.mockuptiger.com/clickable-mockups-wireframes-with-super-interactivity" target="_blank">Clickable Prototypes using Mockups</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.infocaptor.com/dashboard/clickable-mockups-wireframes-with-prototyping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

