Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dashboard to create in Qlikview

Hi All,

     I am new to Qlikview. I want to do some applications over this. Now my step is to create dashboard as below attached file. Am connecting SAP MS SQL server for database. Can anyone tell me how to do this type dashboard?

Waiting for your vaid reply. Thanks in advance

Regards

Glory

16 Replies
Not applicable
Author

Hi

Can you tell me what are all steps u have done so far. so that i can able to on my side

Regards

Glory

Anonymous
Not applicable
Author

this is the script that i have used.

ByItems:

LOAD * INLINE [

    Items, QuantityI

    Item1, 20

    Item2, 30

    Item3, 10

    Item4, 45

    Item5, 15

];

ByOperation:

LOAD * INLINE [

    Operations, QuantityO

    Operation1, 30

    Operation2, 30

    Operation3, 20

    Operation4, 45

    Operation5, 65

];

ByWorkCenter:

LOAD * INLINE [

    WorkCenters, QuantityWC

    WorkCenter1, 20

    WorkCenter2, 50

    WorkCenter3, 50

    WorkCenter4, 85

    WorkCenter5, 25

];

ByShopOrder:

LOAD * INLINE [

    ShopOrders, QuantitySO

    ShopOrder1, 20

    ShopOrder2, 30

    ShopOrder3, 45

    ShopOrder4, 85

    ShopOrder5, 75

];

and the charts look like the image below...

sample.PNG

The chart dimension...

sample1.PNG

the chart expression

sample2.PNG

or you can follow th einstructions on the link that i had provided to you earlier.. on creating your first dashboard..

hope that helps...

thanks,

Aadil

Not applicable
Author

Thanks for ur valid reply aadil. but when i load script in edit script nothing is showing in display!?? Where i went wrong?

Not applicable
Author

Hi Aadil,

Just tell me what are all fields you have selected from database for WIP?

Not applicable
Author

Hi Aadil

Anonymous
Not applicable
Author

You can follow the below steps to create the chart.

Use the script that i have provided to you.

Reload the document.

Now on the blank canvas, right click and select New Sheet object and then select Chart.

now you will have a lot of charting options.. and by default the Bar Chart will be selected

just click the next button.. no need to make any changes on the dialog box

click on the field name Items and then click Add

this will add the dimension

now click on the next

write the expression SUM(QuantityI)

now you can click on the next button.. and go thorugh till finish.. no need to make any other changes..

this will plot a basic chart...

Not applicable
Author

Hi Aadil

Thanks for your time. I need to know what are all the fields to be used in WIP