This article describes how to create a Mini Chart in a QlikView application.
IntroductionA Mini Chart is the way to represent a bar chart and trend chart in a cell of metrics. It is very useful because in one column the Mini Chart shows the current value and another cell shows the historical trends of that value.Creation of Mini Chart in QlikView Application.Use the following procedure to create a sample of a Mini Chart.Step 1: Open the QlikView applicationIn the first step you need to open the QlikView application then go to File-> New then this window will be opened.Step 2: Open Edit ScriptThe second step is open the edit script window from:File-> Edit Script.
In this step we open our Excel file and click on the Open button.Step 4: File wizard windowThen this window will be opened. Now here you can see your Excel file will be opened that you import in the table files and click on the Finish button.Step 5: Code of edit scriptNow, in the edit script the Excel file upload was successful and reload it.
Step 6: Save fileThe next step is we need to save our QlikView file.Step 7: Sheet property windowThe sheet property window will be opened. In this window you add fields that you want to display as a table and click on the OK button.
Then you will see this window.
Step 8: Select a chartRight-click anywhere in the main window and select chart.
Step 9: Next the General window will be opened and select chart and click on the Next button.Step 10: Add DimensionThe next step is to add fields and click on the Next button.Step 11: Edit expression windowWhen you click on the next button then the edit expression window will be opened. Here you define the function then click on the OK button.Suppose I want to define a sum of empids then I use empid.Step 12: Select Mini ChartWhen we click on the OK button then the expression window will be opened. Here we select Mini Chart from the Representation tab and click on the Mini Chart settings.Step 13: Mini Chart settingsHere we can set the Mini Chart settings according to our own choice and click on the OK button.
Then click on the Finish button.Now here you can see the sum of empids because in the edit expression I used the sum function.
Step 14: Add another Mini ChartIf you want to add another Mini Chart then go to the properties of the Mini Chart.Step 15: Now click on the Add button, then the Edit Expression window opens. Then you define another function and click on the OK button.Suppose here I want to define the sum of salaries then I use salary.
Then select Mini Chart and click on the Mini Chart settings button.Step 16: Mini Chart settingsHere we can set Mini Chart settings according to own choice and click on the OK button.Then click on the OK button.
Now here you can see the sum of the salaries because in the edit expression I used the sum function.SummaryThis article described how to create a Mini Chart in a QlikView application.
Printing in C# Made Easy