Informatec stärkt seine Data-&-AI-Kompetenz mit Databricks Mit der Databricks Lakehouse-Plattform vereint Informatec moderne Data-Engineering-, BI- und KI-Fähigkeiten, um Unternehmen schnellere Innovation und messbaren Geschäftswert zu ermöglichen.
Success Story SKAN AG SKAN AG stellte mit Informatec ihre Power-BI-Umgebung stabil auf, modernisierte die ETL-Architektur und baute eine zukunftsfähige, standardisierte BI-Organisation auf.
Informatec stärkt seine Data-&-AI-Kompetenz mit Databricks Mit der Databricks Lakehouse-Plattform vereint Informatec moderne Data-Engineering-, BI- und KI-Fähigkeiten, um Unternehmen schnellere Innovation und messbaren Geschäftswert zu ermöglichen.
Success Story SKAN AG SKAN AG stellte mit Informatec ihre Power-BI-Umgebung stabil auf, modernisierte die ETL-Architektur und baute eine zukunftsfähige, standardisierte BI-Organisation auf.
Implementierung einfacher KPI Visualisierungen Veröffentlicht am 09.06.2017 News BI-Blog The impact of an effective dashboard design to clearly communicate key information to users and better highlight comparisons and trends. A dashboard or cockpit should clearly communicate key information to users. It should be kept simple and therefore and effective design is crucial. Besides showing the current situation, it should also show comparisons and trends. Implementing simple reusable KPI boxes is one way to show different KPI's on a dashboard or cockpit. These would look like: We can clearly see the current situation, with some additional informations about previous year or comparison to the budget. All this can done by using textboxes and some codes. Within the QlikView application put the code below in the script editor: SET PerformanceSymbol = if($1 < $2, chr(9660),if($1 > $2, chr(9650), chr(9654))); SET PerformanceColor = if($1 < $2, red(),if($1 > $2, green(), black())); In this example I have used Sales and Budget values. I have created two textboxes showing once the Sales and once the Budget: ='Sales: '&num( (sum(LineSalesAmount)),'###'&ThousandSep&'##0') ='Prev. Year: '&num( (sum({ < Year={2014}> }LineSalesAmount)),'###'&ThousandSep&'##0') Now, I have created a third one, including the difference: =num( (sum(LineSalesAmount)-sum({ < Year={2014}>}LineSalesAmount))/ sum({ < Year={2014}>}LineSalesAmount) , '#'&ThousandSep&'###'&DecimalSep&'## %') & $(PerformanceSymbol($(=sum(LineSalesAmount)), $(=sum({ < Year={2014}>}LineSalesAmount)))) In the Fonts register, for color I put this expression for calculating the color: $(PerformanceColor($(=sum(LineSalesAmount)), $(=sum({ < Year={2014}>}LineSalesAmount)))) And the result shows me the difference in percent and because my Sales are higher then my budget, the colors appear in green. Arranging them all, I have then a KPI box, which I also can reuse to compare with previous year or for other KPIs. Email LinkedIn Instagram Facebook Threads Kommentar hinterlassen Ihr Name Titel E-Mail-Adresse Kommentar Hilfe zum Textformat Klartext Keine HTML-Tags erlaubt. Zeilenumbrüche und Absätze werden automatisch erzeugt. Website- und E-Mail-Adressen werden automatisch in Links umgewandelt. Tags QlikView KPI Qlik Visualisierung Dashboard Zurück zum Newsroom