Showing posts with label Qlikview FAQs. Show all posts
Showing posts with label Qlikview FAQs. Show all posts

Friday, 18 July 2014

Diffrence between Qlikviews and Business Objects(BO)?

Qlikviews Business Objects(BO)

Qlik View         BO
1. Qlik View has strong community                     1. Has poor Support
support and generally has vendor
   support
2. Does not require data warehouse,                  2. Requires Data Warehouse and a full
    time to go- line trends to be much                       scale long term project
   shorter than BO(QV claims ¼ of the
    time)
3. Has a pack  and go solution of for    3. Has no pack and go solution and very
    offline work and supports smart                          partial smart phone support(only for                      
    phones, iphones, ipads                                          web reporting tool)
4. Has both a web-only(AJAX) and                        4. Uses web browser as its only client
client application, the later tending                      application
    to provide significantly better
    performance

Schedule the report daily, monthly, weekly and involved in the BO report level testing?

Schedule the report daily, monthly, weekly and involved  in the BO report level testing                                                                                        
BO
a)Universe connection with Data Source
b)importing data from data source(tables)
c)create joins & contents
d) create hierarchies(year,month,quarter)
e) create more new objects, resolve the loops & same the universe in UNV format
f) check integrity and export to the repository
g)we can apply filters at universe level
Repository Domains:
1. Universe Domain
2.Document Domain
3. Security Domain
By the queries we will get data we will import data into designer
save the document and export to repository

Thursday, 17 July 2014

Performance tuning in Qlik View?

Performance tuning in Qlik View:

Number of rows & columns:  we should be selective about what fields are to be included in the qlikview document and eliminate those fields which are currently not in used. We can load five years of data in QV instead of loading 10 years of data.

Number of Distinct Values: Fields with distinct values use the most space. Using count(distinct) forces QV to switch from using multicore to use only one core. Time stamps with mins or seconds can be truncated to store only date thus reducing the processing time.

Data Model: Qlik View can analyze multiple data sources but works most efficiently with Star Schema or Snow flake Schema, The Star Schema Consists of few fact tables possibly only one ,referencing any no. of dimension tables

User Interfaces:  Resource intensive expression like count(distinct) if() should be avoided. Set analysis should be used instead. Complex script should be done in script
rather than in charts/tables. Macros should be replaced by built in QV functions. Expressions which are used frequently in more than one chart/table should be stored in a variable which reduces the calculation time. Minimize the chart objects which are less important as chart expressions in minimized objects are not calculated.

What are the New Features in Qlikview Server?

New Features in Qlikview Server:
i) Content Sensitive Help
ii) Configurable LDAP
iii)audit logging by document
iv) Enable/Disable document download exporting and printing document and user
v) supporting task for QVD creation
vi) Distribution to Email with in a QVW document
vii) Alert Email to Document Administrators
Viii) License tracking
ix) Distribution and Reload Performance
x) Loop and Reduce
xi)Qlikview Management Console(QMC) user interface
xii) Reduction with log files
Xiii) Improved logging
xiv) QMC and QEMC are QMC
xv) Access point remake
xvi) Load Balancing Improved

What are the new features in QV 11?

a) Container Object- Grid Style
b)Granular Chart – Dimension Control
c)Actions like, clear filed, reset button
d)conditional enabling of dimensions and expressions
d)meta data
e)comparative analysis(multiple state selections)

What is Relative Path?

Relative Path: If we select Relative path, then we the work path is defined by directory statement. If it is not selected, the path of the QVW defines work directory. The work directory can be found in the system variable QVWORKROOT which should not be changed manually.

What is the difference between Straight Table and Pivot Table?

Difference between Straight Table and Pivot Table:
Pivot                                      Straight
1) Multi-dimensional with one or more        1) one dimension with multiple
 Measurements                          measurements
2) Displays Sub Totals                       2) do not display sub totals
3) Pivot table will show cross table              3) can’t show cross table

What is the use of Extended Interval Match function()?

Extended Interval Match function(): It is used for slowly changing dimensions

What is the use of Interval match function()?

Interval match function(): it is use generate data buckets of different sizes.

How many types of Charts? And uses of Charts?

Charts and Uses:
1. Bar Chart: Comparison of similar measurements
Ex.  a) Actual vs budget- money to money. Quarter to Quarter
       b) Time to Time
      c) Top N- categorized values(sales reps, customers etc)
avoid: comparisons with different units( $ and Qty)
2. line chart: measurements to follow its moments or comparisons among items
Ex. a) Performance trends- amount of moment over time
      b) Two Dimension comparisons- Annual comparisons over month
3. Combo Charts: Comparisons for multi measurements
Ex. Two measurements- currency amount and quantity or amount percentage
two axis- different measurements on left and right axis
two or more axis: split axis horizontally
4. Radar chart: comparisons of high level groups
one or two measurements- sales and profit
avoid- a dimension with many values
5. Guage chart: Ratio of measurements
a)Percentages- margin,quota achieved, year-tot
b) Date vs last YTD.
Avoid: actual amounts
6. Mekko chart: Data using variable width bars
a) 3D measurement chart- Amount, Quantity and no. of customers
b) market analysis.
7. Scatter Chart: Measurement acts as dimensions(3D Chart)
a) 3D measurement chart- Amount, Quantity and no. of customers
b)map chart- see sales on Geographical map
8.Grid Chart: 2 or 3 Dimensions with a measurement
a)multi-cross dimensional measurements
b)amounts over- region and product and over time
9.Pie Chart: Visual Distribution measurements
Ex.a) what contributes how to the whole- regional sales
     b)yes/no analysis
10. Funnel chart: Dimension that contain an expiration time line
Ex.a)how much is the most aging element
     b)Sales opportunities
    c)Product Inventory Expressions
11.Block chart: Distribution measurements within multi dimensions
Ex.a) what contributes how to whole and within each segments
     b)sales contribution per country
12. Straight Table: one dimension with multiple measurements
Ex.a)KPI overview- cyclic group dimensions with sales Qty , margin
     b) sort in any no of columns(no grouping)
13. Pivot table: multi dimensions with one or more measurements
    a) grouping of dimensions
    b) Dimensions across the table and displaying sub totals
First sorted value: It returns the first value of expression sorted by corresponding
sort weight. Sort weight should be a numeric value.
Uses: a) Get the latest field value based on time stamp
           b) bigger customer for each product category
c) Find the min/max values and extract related field
d) Compare highest and second value
e)look up min/max value with in range

What is Cluster.?

Cluster: for load balancing we have to install it with separate license when availability small business server only we can install Clusters. It will give high availability to the application( Zero Down time)

What is Interval Match?

The interval match prefix to load or select statement is used for linking discrete numeric values to one or more numeric intervals
Ex. Intervalmatch(field)(load statement/select statement)

Difference between QVD and QVW?

QVW: A qlikview file saved in binary format having the default expression QVW. Also called Qlik View file.qvw file contains tables, charts script etc.
QVD: a native Qlik View file format,  A QVD file contains one data table, no layout and no security. It is basically a binary CSV file optimized for fast loading.

What are the layers in QV?

The layer are set on the sheet object properties layout where bottom, top, normal corresponding to the numbers -1,0,and 1 choose custom to enter value of your choice valid layer numbers are -128 to 127.

What are the differences between Pivot table and straight table?

pivot data is grouped, partial sums can be shown in pivot table but not in straight table

Have you used macros in your application? What you have used?

we can use macros for various things
a)we can call the macro to reload the application
b)we can call the macro to create objects

Which QV object has only expression, no dimension?

List box, guage chart

How many dimensions can be used in bar chart.?

two

What is Mini chart?

It is only available when the mini chart option has been selected in the expression page of straight table properties dialog. Opens a dialog for setting the properties of the mini chart
we can set mode type instead of values in table
mode are: sparklines, line with dots, dots, bars or whiskers we can set color also

What is Trellis chart?

Trellis:  open the Trellis setting in chartproperties , you can create an array of charts based on first dimension any type of bitmap chart can be made into trellis display.
a)We can enable trellis chart
b)Enable secondary Trellis Dimension
c)we can give no of columns to display in chart