Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am brand new to qlikview. Trying to create bar chart.Created dimension and the chart is not detached, but the chart says 'No data to display'. What am I missing? This is an exercise from 'Qlikview 11 for developers' , so I can see the data on all the tables, it is just not displaying on the chart. Thanks
Have you added an Expression? Without an expression, chart won't show data.
Please post your sample app here. Refer, Preparing examples for Upload - Reduction and Data Scrambling
Can you attach the sample App ?
Two things can be there
--may be your expression is not correct
--or you are not having data for the dimension and expression
Hi Srikanth,
Kindly follow the steps to get a chart that show you the data :
1) Righ Click on the QV Sheet - > New Sheet Object -> Chart.
Select a chart that you want to use.
2) Select a dimension - On the basis of data shown. For Eg - Year or month etc.
3) Write Expression - > Sum( Data) or Count(Data) etc..
Here Data -> That you want to see to analyse on the basis of dimension.
If you follow these steps you'll definately see a result.