
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dashboards in Qlikview
hi,
can any body tell me generally how many dashboards are used in qlikview for medium projects having domain manufacturing,
let me know how many Qvw files will be created.Upto how many no sheets we can place in one qvw for betterperformance.
can you please give me who worked on manufacturing domain please share you views.generally depends on project but overall experience considering midrange projects.
regards
Mahesh T
- Tags:
- new_to_qlikview


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Mahesh.
This is not an easy question to answer as it depends very much on several factors:
Location of data - is it coming from one source or multiple sources on multiple platforms ? The more different sources the greater the need for QVD generators to be set up first.
Requirements - are the user looking for summaries or in depth drilling through the data ? Obviously, a simple dashboard is easier than detailed diagnostics. Try to avoid having so many tabs that you have several rows of tabs as this reduces the real estate available for actual objects.
Users - who is consuming the data ? Is it technical staff, board members, manufacturers, third parties? Try to avoid one app that meets requirements from multiple users; chances are that it will not meet all requirements. It is often better to create several dashboards, each tailored to individual business units.
I'm sure there are other people who can add further to this.
Regards,
Neil

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Neil helpful suggestions. i am expecting comments from other peple too.
Regards
Mahesh T


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It all depends on the business and how the adoption of QlikView goes. We have a number of manufacturing clients and they are each different. A couple of these clients run everything off a single QlikView document which pulls in all kinds of different information and tries to show it all in one place. On the flip side, other clients have a different QlikView app put together for each part of the business and each different audience. One particular customer has apps that cover:
- Sales performance
- Forecast variance
- Transport costs
- Customer complaints
- Budget adherence
- Production Line Planning
- Stock Availability and Movement
- Maintenance Spend
- Tooling Changes
- Operations KPIs
- Production Volume per Headcount
Over all of that there are then applications that look after systems and QlikView itself, such as the standard QlikView Operations Monitor, QlikView CAL monitor, Active Directory Group monitor, QlikView Status Dashboard.
In my experience there is always a significant advantage in having more smaller applications covering a specific part of the business. Each application can be built quicker, tested easier and can be tailored exactly to the audience. Where there is a single QlikView app that tries to do everything this is generally a symptom of a business trying to squeeze as much as they can from their Document CALs - but this can be a false economy as development and maintenance time can be much higher.
Regarding sheets, having more sheets will not cause a performance issue - but it can make things more difficult to find. Having more tables and joins in your data model to bring more information into one place, on the other hand, can cause serious performance issues.
Hope that helps give you a better picture.
- Steve


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thinking about my previous answer, you may want to take a look at a blog post I wrote some time ago about whether it is better to pull lots of things into one application or break them up into separate apps:
http://www.quickintelligence.co.uk/bring-together-or-break-apart/
- Steve

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Steve,
i have data like below,the data is coming from database,if i click HDATA column data i want to open particular link
please let me know regarding this,if i do in qlikview the data is filtering.
ID | HDATA |
101 | www.google.com |
102 | http:ww.facebook.com |
103 | www.yahoo.com |
104 | www.,mozilla.com |
Thanks,
Rao


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Rao,
You can not do this in a table box, it only works in a Chart, which you must set to be of type Straight Table.
In your expression you need to build a string that looks like this:
Quick Intelligence<url>http://www.quickintelligence.co.uk/
Or:
Click Here<url>http://www.quickintelligence.co.uk/
The syntax for building this will likely be something like:
=Only(SiteName) & '<url>' & Only(URL)
You will need dimensions in the chart to ensure you only have one site on each line. Adding the URL as a separate column and then hiding it on the Presentation tab is an option.
Hope that helps,
Steve
