<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.sisense.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Si Blog</title><subtitle type="html" /><id>http://community.sisense.com/blogs/siblog/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.sisense.com/blogs/siblog/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20611.960">Community Server</generator><updated>2008-08-25T00:05:00Z</updated><entry><title>Sum of Max</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2010/03/02/sum-of-max.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2010/03/02/sum-of-max.aspx</id><published>2010-03-02T08:35:00Z</published><updated>2010-03-02T08:35:00Z</updated><content type="html">How to get the total out of a max aggregation?...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2010/03/02/sum-of-max.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=411" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="Sum of Max" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Sum+of+Max/default.aspx" /><category term="Max function" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Max+function/default.aspx" /></entry><entry><title>Period to Date Calculations</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2010/03/01/410.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2010/03/01/410.aspx</id><published>2010-03-01T10:36:00Z</published><updated>2010-03-01T10:36:00Z</updated><content type="html">We frequently want to compare the current month-to-date (MTD) Sales to the sales of the same period in previous month(s), rather than to the sales of entire previous months. For example, if today is the n th day of the month, we would want to compare sales of the first n days in the current month (or quarter or year) to the first n days in the previous month (or quarter or year). PrismCubed has some built-in period-to-date functions that make this comparison very easy to implement. The basic function...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2010/03/01/410.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=410" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry><entry><title>Exception Highlighting / Conditional Formatting in the Pivot </title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2010/01/21/exception-highlighting.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2010/01/21/exception-highlighting.aspx</id><published>2010-01-21T11:21:00Z</published><updated>2010-01-21T11:21:00Z</updated><content type="html">How to implement exception highlighting/Conditional Formatting in the Pivot ...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2010/01/21/exception-highlighting.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=408" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="pivot" scheme="http://community.sisense.com/blogs/siblog/archive/tags/pivot/default.aspx" /><category term="Conditional Formating" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Conditional+Formating/default.aspx" /><category term="Pivot Table" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Pivot+Table/default.aspx" /><category term="Exception Highlighting" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Exception+Highlighting/default.aspx" /></entry><entry><title>Converting seconds field to HH:MM:SS format in ElastiCube</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2010/01/20/405.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2010/01/20/405.aspx</id><published>2010-01-20T12:42:00Z</published><updated>2010-01-20T12:42:00Z</updated><content type="html">We often receive questions from users who need to create special/custom fields. Here, I am happy to share with you the way you can convert an INT field [Seconds] into HH:MM:SS string format First, we will need to add three custom INT fields ( Hour , Min , Sec ) to our table: Hour Field = div([Seconds],3600) Min Field = div(Mod([Seconds],3600),60) Sec Field = Mod([Seconds],60) Finally, we will create a fourth field to contain the final HH:MM:SS string ( HourRep ). We do this by concatenating the three...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2010/01/20/405.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=405" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="Seconds to Hour Format" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Seconds+to+Hour+Format/default.aspx" /><category term="Custom Fields" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Custom+Fields/default.aspx" /><category term="ElastiCube" scheme="http://community.sisense.com/blogs/siblog/archive/tags/ElastiCube/default.aspx" /></entry><entry><title>Saving Aliens, Web Analytics and Business Intelligence</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2009/07/01/354.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2009/07/01/354.aspx</id><published>2009-06-30T18:59:00Z</published><updated>2009-06-30T18:59:00Z</updated><content type="html">We just posted a new customer case study to the site, and since it is one of the coolest so far, I wanted to drop a word or two in our blog: Roy Man, the CTO of saveanalien.com , has strong opinions about web analytics. He is also in the business of saving aliens. Roy is one of the founders of a virtual alien (pet) site called saveanalien.com . Save an alien has 10 million unique aliens (each alien is one of a kind) and they are all up for adoption. The reason so many aliens are looking for a home...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2009/07/01/354.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=354" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry><entry><title>A Look at the Business Intelligence Index </title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2009/03/17/341.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2009/03/17/341.aspx</id><published>2009-03-17T12:56:00Z</published><updated>2009-03-17T12:56:00Z</updated><content type="html">This morning I discovered the existence of the Business Intelligence Index . It is a stock index of Business-Intelligence related companies published by Rick Sherman, the founder of Athena IT solutions . Rick says the index has been treading water, but compared to what&amp;#39;s going on in the market, I&amp;#39;d say it is holding its head ABOVE water. He concludes that the &amp;quot;The software companies in the BI index, although many being in the middle of the performance rankings YTD, are likely to fare...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2009/03/17/341.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=341" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry><entry><title>We're featured by Forrester in their Business Intelligence for a tough economic climate report. </title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2009/02/24/334.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2009/02/24/334.aspx</id><published>2009-02-24T12:37:00Z</published><updated>2009-02-24T12:37:00Z</updated><content type="html">Forrester research just published a report titled &amp;quot;BI Belt-tightening in a tough economic climate&amp;quot;. In it Forrester Analyst Boris Evelson discusses the role of business intelligence in tough economic times. &amp;quot;As an economic downturn becomes a sobering reality, enterprises look for various ways to increase revenues and reduce costs. While overall IT budgets become targets for cost cutting, business intelligence applications and infrastructure need not fall into the same category. Smart...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2009/02/24/334.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=334" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="Forrester" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Forrester/default.aspx" /></entry><entry><title>Eating our own dog food </title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2009/02/05/321.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2009/02/05/321.aspx</id><published>2009-02-04T15:28:00Z</published><updated>2009-02-04T15:28:00Z</updated><content type="html">Working and founding a business intelligence company means that you (a) belong to the analytics-obsessed (b) when obsessively analyzing your own business you begin to eat your own dog-food. This is entirely the case with our AdWords campaigns: we pore over them using our Prism business intelligence software. In 2008, we released our Amazon S3 dashboards, created using SiSense Prism. Now, we&amp;#39;re launching pre-packaged reports and dashboards that show how we analyze our AdWords data using SiSense...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2009/02/05/321.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=321" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry><entry><title>Announcing the winner of the SiSense Dashboard Competition </title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2009/02/05/320.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2009/02/05/320.aspx</id><published>2009-02-04T14:59:00Z</published><updated>2009-02-04T14:59:00Z</updated><content type="html">Well, back in December we announced the SiSense Dashboard Competition. We&amp;#39;re pleased to announce we have a winner: Mahmoud Wardany of Madar Holding in the UAE. Here&amp;#39;s the winning dashboard: A few words from our winner about the dashboard and its uses: &amp;quot;The dashboard is used to track orders sent to customers. We deliver thousands of orders a month, in the tens to hundreds of millions of dollars, using an Oracle based ERP. Our CEO is very concerned about the quality of the service to our...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2009/02/05/320.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=320" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry><entry><title>Frequency of values and distinct count of values</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2008/12/12/288.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2008/12/12/288.aspx</id><published>2008-12-11T19:45:00Z</published><updated>2008-12-11T19:45:00Z</updated><content type="html">Have you ever wanted to see how many times a value appears in the data, so you casually dropped the &amp;#39;Value&amp;#39; dimension onto the rows panel of a pivot widget and the &amp;#39;Count Value&amp;#39; measure onto the columns panel and get the value &amp;#39;1&amp;#39; for everything? Then you scratched your head and said to yourself &amp;quot;hmm, this can&amp;#39;t be right. I&amp;#39;m pretty sure I sold more than one Acer 2400 this month&amp;quot;. Relax, you&amp;#39;re not going out of business :-) There are two ways to count...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2008/12/12/288.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=288" width="1" height="1"&gt;</content><author><name>elad@sisense.com</name><uri>http://community.sisense.com/members/cptZWxhZEBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="count" scheme="http://community.sisense.com/blogs/siblog/archive/tags/count/default.aspx" /><category term="distinct" scheme="http://community.sisense.com/blogs/siblog/archive/tags/distinct/default.aspx" /><category term="frequency" scheme="http://community.sisense.com/blogs/siblog/archive/tags/frequency/default.aspx" /></entry><entry><title>Filter a Widget With a Click Of a Button</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2008/12/08/282.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2008/12/08/282.aspx</id><published>2008-12-08T11:14:00Z</published><updated>2008-12-08T11:14:00Z</updated><content type="html">Have you ever wanted to give your viewers the possibility to filter a widget with a single click? Somewhat like the image below, that lets a user click on either the Best Selling Products or Least Selling Products and see the appropriate products in the pivot and their respective sales, cost and profit. Here&amp;#39;s how you do it. ............................................................................................................................................................................(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2008/12/08/282.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=282" width="1" height="1"&gt;</content><author><name>elad@sisense.com</name><uri>http://community.sisense.com/members/cptZWxhZEBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="Scope" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Scope/default.aspx" /><category term="Widget" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Widget/default.aspx" /><category term="Background" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Background/default.aspx" /><category term="Action" scheme="http://community.sisense.com/blogs/siblog/archive/tags/Action/default.aspx" /><category term="filters" scheme="http://community.sisense.com/blogs/siblog/archive/tags/filters/default.aspx" /></entry><entry><title>Question Composition - Quickly Create Filters and Segmentation in a Flowchart Manner</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2008/11/19/250.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2008/11/19/250.aspx</id><published>2008-11-18T17:27:00Z</published><updated>2008-11-18T17:27:00Z</updated><content type="html">Some of you may have probably noticed that apart from sheets, a Prism document may also contains &amp;#39;questions&amp;#39;. Unlike a sheet that is used to visualize data, a question is a special type of canvas used to visually create filters and segment data. It is also useful for observing the structure of a complex filter. Defining a Dimensionality or Base Filter The first thing to decide before beginning is which dimension you wish to filter. Once decided, drag this dimension from the Data Browser and...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2008/11/19/250.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=250" width="1" height="1"&gt;</content><author><name>elad@sisense.com</name><uri>http://community.sisense.com/members/cptZWxhZEBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="filters" scheme="http://community.sisense.com/blogs/siblog/archive/tags/filters/default.aspx" /><category term="composition" scheme="http://community.sisense.com/blogs/siblog/archive/tags/composition/default.aspx" /><category term="sets" scheme="http://community.sisense.com/blogs/siblog/archive/tags/sets/default.aspx" /><category term="question" scheme="http://community.sisense.com/blogs/siblog/archive/tags/question/default.aspx" /></entry><entry><title>Pivot-like Excel Data to Flat Excel Data for Better Analysis and Reporting (Unpivot)</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2008/11/15/245.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2008/11/15/245.aspx</id><published>2008-11-14T16:05:00Z</published><updated>2008-11-14T16:05:00Z</updated><content type="html">Sometimes, data in an Excel file is not structured ideally to be imported by Prism. Occasionally, the data is presented in a Pivot-like manner that is more readable and takes up less storage space. A good example for this is marketing survey data that often comes in this form: Image 1 - Marketing Survey Data Sample Each row represents the answers of a single survey respondent. The first respondent - John, gave the answer ‘Good&amp;#39; to the first question, the answer ‘Best&amp;#39; to the second question...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2008/11/15/245.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=245" width="1" height="1"&gt;</content><author><name>elad@sisense.com</name><uri>http://community.sisense.com/members/cptZWxhZEBzaXNlbnNlLmNvbQ==.aspx</uri></author><category term="marketing" scheme="http://community.sisense.com/blogs/siblog/archive/tags/marketing/default.aspx" /><category term="format" scheme="http://community.sisense.com/blogs/siblog/archive/tags/format/default.aspx" /><category term="pivot" scheme="http://community.sisense.com/blogs/siblog/archive/tags/pivot/default.aspx" /><category term="survey" scheme="http://community.sisense.com/blogs/siblog/archive/tags/survey/default.aspx" /><category term="unpivot" scheme="http://community.sisense.com/blogs/siblog/archive/tags/unpivot/default.aspx" /><category term="excel" scheme="http://community.sisense.com/blogs/siblog/archive/tags/excel/default.aspx" /></entry><entry><title>Surviving tough economic times in IT</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2008/10/30/230.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2008/10/30/230.aspx</id><published>2008-10-30T13:51:00Z</published><updated>2008-10-30T13:51:00Z</updated><content type="html">Dennis Howlett quotes Sun Microsystems&amp;#39; Tim Bray on surviving the tough economic times . John Doerr lists ten points for companies to stay afloat on Venture Beat . Being frugal has become hip, there&amp;#39;s no doubt about that. Both people quoted above suggest cutting software spending and large capex IT investments. We wanted to add our top software and IT cutting strategies.... And then say something about cutting expenses on business intelligence, dashboards and reporting. Business Intelligence...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2008/10/30/230.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=230" width="1" height="1"&gt;</content><author><name>adi.azaria@sisense.com</name><uri>http://community.sisense.com/members/cptYWRpLmF6YXJpYUBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry><entry><title>Re-using Filters in Widgets and Custom Measures</title><link rel="alternate" type="text/html" href="http://community.sisense.com/blogs/siblog/archive/2008/08/25/158.aspx" /><id>http://community.sisense.com/blogs/siblog/archive/2008/08/25/158.aspx</id><published>2008-08-24T13:05:00Z</published><updated>2008-08-24T13:05:00Z</updated><content type="html">If you’ve dug around the product and/or the online documentation, you must have encountered the filtering and segmentation features Prism offers. If not, this is a good time to get acquainted with this powerful feature here . The first advantage of a Prism filter is that it allows you to filter your dimensions to focus only on the members that interest you, such as your best customers in terms of sales, products with a positive selling growth, the 20% of customers that account for 80% of your revenue...(&lt;a href="http://community.sisense.com/blogs/siblog/archive/2008/08/25/158.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.sisense.com/aggbug.aspx?PostID=158" width="1" height="1"&gt;</content><author><name>elad@sisense.com</name><uri>http://community.sisense.com/members/cptZWxhZEBzaXNlbnNlLmNvbQ==.aspx</uri></author></entry></feed>