SAS BI Dashboard: User Adoption Is Biggest Challegne

Today I’m blogging at the All Analytics site about how you encourage users to adopt your dashboard (or really any reporting tools).   Join the Dashboard E-Chat Tomorrow When I was at the IFSUG conference, I attended a presentation by Stephen Harris, a senior VP at Bank of America. He discussed very thoroughly the issues he had getting users to accept the BI Dashboard as a reporting tool and the methodology he later developed to overcome the issues.   There’s an E-Chat with him tomorrow at 3 PM EST where he will be discussing some of the issues and providing advise.  It’s a great chance for you to “speak” directly with an industry expert. If you cannot attend the e-chat – just leave a question here (quick site registration required) and then you can check back afterwards for his answer.  Facebook and Privacy Plus … check out my All Analytics vblog about the data Facebook shares with other sites when you use the quick log-in features. Please join the conversation – I would love to know what you think.  Now I have to go get ready for my red carpet interviews … <ha ha>! Related content: SAS® Global Forum: Is Google […]

Finding content, the new way

Do you ever wish that you could find that perfect piece of content again? It wasn’t that long ago, but you can’t find it anywhere. Most of head straight to a search box when we start hunting for content.  Search doesn’t always work if you can’t rememb…

Create Transport File

This example uses the DATA step to create a transport file for one data set.libname source ‘SAS-data-library’;libname xportout xport ‘transport-file’;data xportout.grades;       set source.grades;run;This example uses the …

Quick Notes on RTP CDISC User’s Group Q1 Meeting

It’s my first time to attend a local event, RTP (Research Triangle Park) CDISC User’s Group meeting, Q1 and here are some quick notes. 1. people Almost fresh faces for me. It’s nice to meet Jack Shostak of Duke Clinical Research Institute again. I visited him in Duke last year after SAS Global Forum in […]

Version Control

Two things that make me nuts when I work with SAS:no here documentsno string interpolationOk, now that I got that out of the way. I am thinking of putting together a talk on version control for SAS programmers. Do you currently use version control fo…