Skip to main content

General discussion

Data Visualization in IDEA 10

One of the biggest changes in IDEA 10 is the addition of visualization and discovery to the application.  Alain Soubliere who is the Chief Product Strategist for IDEA is blogging about it at the CasewareAnalytics site.  You can find the first part here:  http://www.casewareanalytics.com/blog/visualize-your-success-idea-part-1

2016 IDEA Users Conference

I am currently at the 2016 IDEA users conference called Bright Insights.  It is a two and a half day conference in Orlando, Florida.  I presented this morning with my friend Sunder Gee on "Concepts to Automations: A Collaborative Approach" which talks about how we have collaborated over the years on creating IDEAScripts.

The Director for Product and Corporate Marketing at CaseWare Analytics, Anu Sood, is blogging about the conference over at the CaseWare Analytics web site.  So for she has posted four blogs:

Adding Value Axis Title to Graph

The following code, generated by Excel 2013 VB, with the nessassary changes , will not work: 
 
    wbOut.ActiveChart.SetElement (msoElementPrimaryCategoryAxisTitleAdjacentToAxis)
ex.Selection.Caption = "Month"
    wbOut.ActiveChart.SetElement (msoElementPrimaryValueAxisTitleAdjacentToAxis)
  ex.Selection.Caption = "Revenue"
 
The Category Axis title is ok, however Idea will not let you add title to the Value Axis.