… and points beyond

mostly about data

… and points beyond header image

Entries Tagged as 'QlikView'

QlikView’s Rapid Time-to-Implementation Improves BI Value: A TDWI Interview

December 15th, 2008 · No Comments

“We work the way your mind works. It doesn’t matter if you get the thing perfect the first time. Let your mind go the way it wants and ask the questions that you want to ask. Your can customize [QlikView] based on the kinds of questions, the kinds of analysis, that [your users] want to [...]

[Read more →]

Tags: QlikView

QlikView in the Cloud

December 10th, 2008 · 6 Comments

QlikView depends entirely on processor speed, processor cache performance, memory latency and memory throughput. This makes QlikView an ideal reference for Intel, who uses QlikView to show off the latest product improvements. It also adds to the challenge of adapting QlikView to cloud platforms such as Amazon Web Services, Mosso, Joyent, etc.
The problem is virtualization. [...]

[Read more →]

Tags: QV Server · QlikView · cloud

How One-Second Results Change Everything

September 22nd, 2008 · 2 Comments

There’s a point where query response time is low enough that it changes the analysis game completely. This is the amount of time that a decision maker is willing to wait to get the next answer. Not the first answer, but the next one, and the next one. Eventually the frustration of waiting is worse [...]

[Read more →]

Tags: QlikView · business intelligence · data warehouse · interactive analysis

InfoBright Open-Source Column-Store DBMS

September 16th, 2008 · 4 Comments

I wondered if InfoBright would do this. Before going open-source their website described the product as a kind of bulk-storage and not a data warehouse. A place to put data that you need to remain accessible but which you don’t need to query fast or frequently. That was the enterprise story. As an open-source project, [...]

[Read more →]

Tags: QlikView · business software · data warehouse · database

Low-Cost Data Analysis & Visualization: It’s Getting Better All The Time

September 7th, 2008 · 4 Comments

Over the weekend I have revisited Tableau, enjoyed some success with MonetDB, tried to turn MySQL into a hundred million row data warehouse, been underwhelmed with Firebird, installed Greenplum and spent many frustrated hours with Talend Open Studio, Pentaho Kettle and Jitterbit.
Of course, I could just buy QlikView, but what can be done for less [...]

[Read more →]

Tags: MPP · QlikView · Tableau · Vertica · business intelligence · data warehouse · database · emerging technology · interactive analysis · visualization

Improving The Load Process With Multiple ODBC Connections

August 15th, 2008 · 2 Comments

One of the most useful tricks shared at the QlikView conference was from Nik Boman on improving the data extraction from databases.
ODBC is a slow protocol, running orders of magnitude slower than the database or a typical Ethernet connection. Very pricey ETL tools for data warehousing get around this by extracting through multiple connections to [...]

[Read more →]

Tags: Performance · QlikView · database

QlikView 8.5 Released

June 27th, 2008 · 1 Comment

Download it from http://ftp.qliktech.com/qvwebdownloads/

[Read more →]

Tags: QlikView · QlikView 8.5

Corrected: How To Request A Ticket Using QlikView’s HTTP Server

May 29th, 2008 · No Comments

Wordpress destroys code. Live and learn. You can download the code here.

[Read more →]

Tags: QlikView

How To Request A Ticket Using QlikView’s HTTP Server

May 27th, 2008 · No Comments

My apologies for the code that was posted here. Copying and pasting broke the code. Download a ZIP of the code here.
I have expanded on the demo code that was floating around at Qonnections 2008. That code included an ASP page that made the requests using system objects and will not work outside IIS.
What about [...]

[Read more →]

Tags: QV Server · QlikView

String vs. Numeric Comparisons

May 22nd, 2008 · No Comments

I don’t know if you use a lot of Sum-If logic like I do. It’s a blessing and a curse. For example: sum(if(Category=’Sales’,Amount)). It just doesn’t scale up to tens of millions of rows. Even with only a million rows, if you have a sheet loaded with these expressions, QlikView will calculate the chart objects [...]

[Read more →]

Tags: QlikView