Thank you for joining us in the QlikView Forum, your home for QlikView answers. Discover insights within your data that can transform your business.
Hello Qlik Users!
If you have any questions regarding QlikView installation, please check out this post on the Qlik Support Updates Blog. There is a new step-by-step guide available that helps troubleshoot common issues that can occur. It also includes pictures to walk you through the installation. Hopefully the add-ons will help with the process.
Be sure to subscribe to the Qlik Support Updates Blog as well! The blog offers guidance on hot topics, announcement of new software releases, and updates regarding Qlik from the VP of Customer Success, Daniel Coullet.
Kind regards,
Qlik Digital Support
Hello QlikView Users,
If you have any questions regarding installing QlikView please check out this post on the Qlik Support Updates Blog. There is a new step-by-step guide available that helps troubleshoot common issues that can occur. It also includes pictures to walk you through the installation. It is based on the Help site installation guide but hopefully the add-ons will help with the process.
Be sure to subscribe to the Qlik Support Updates Blog as well! The blog offers guidance from your peers on hot topics, announcement of new software releases for Qlik Sense, and updates regarding Qlik from the VP of Customer Success, Daniel Coullet.
Kind regards,
Qlik Digital Support
Hi Friends!
As per the attached data set, if I need to specify a special record with its reference number quoted from a given dimension, what formula to be used. For eg, If I only need to show the claim number as against the paid amount of Rs 20638/=, how it could be done while not showing claim numbers for all other records.Because if I add the claim number dimension, numbers for all the amount paid will be appeared.I need it only for the above record to be appeared
Also, if I'am to do kind of a data validation like circling the said record, how the steps to be followed looks like ?
Look forward for your kind response!
Thanks
Neville
Dear Friends,
I have the attached set of data from which I need to write a group by statement based on the branch field. But when I do this a syntax error comes. I need a separate table to be created for the new condition applied on Paid amount. Is the error due to manner how the script lines are stated or otherwise. Please see to this.
Thanks
Neville
Hi all,
I started to develop an extension for graph visualization based on the Graph Dracula Library, using Raphael: http://www.graphdracula.net
This seems to be an interesting topic. First of all, what is the best data representation of graph data in a relational QlikView world? Second, there are a lot of limitations using those JavaScript libs. I've tried some before (D3.js etc.) but Dracula seems to have the simplest interface for my use case.
What is your opinion?
- Ralf


Hi ,
I need to show the top sales person for each region in the dashboard and not using load script.
Sample Data : -
Expected Result : -
| Mathew | Central | 3109 |
| Susan | East | 3102 |
| James | West | 1284 |
Sales is a measure which calculates the sum .
Could you please help me to get the required result in the dashboard.
QlikView Layout & Visualizations
Hi everyone,
I have a question about missing values in pivot table.
I have created this pivot table to follow different biometrics each day :
I have colored each missing values with yellow but it's not what I wanted to do.
I have to color the missing values if they are missing for 3 days or more.
My question is if it's possible to do that with a function in Background Color ? Or as they are missing values, I will have to work in the script (by turning them into numeric values or an other trick) ?
Thanks for your help,
Alice.
Dear Friends
It is 10 the count with zeros. But I need to avoid zeros & the out put needs to be 6 which is the count after zeros are excluded. The formula used with where clause seems to be not working. Could you please see where the error is?
Thnaks
Neville
Hi Dear all,
I need to calculate median (middle value) of the given data set under two Branches (MY00 & KW00). The aggr function given there wont get me the correct value. Kindly advise me what changes to be done in to the formula?
Thanks a lot.
Neville
Hi
I have a table with tasks and subtasks
task1 subtask1 subtask1_status
task1 subtask2 subtask2_status
task2 subtask1 subtask1_status
task2 subtask2 subtask2_status
task2 subtask3 subtask1_status
task3 subtask1 subtask1_status
task3 subtask2 subtask2_status
I would like to populate a new field task_status that will say 'done' if all the subtask_status are done or 'In progress' if even one subtask is in progress. I am guessing this will need to be done using set analysis, but how would i go about it?
also need to know how this would work if tasks and subtasks are in different tables (joined by a task_number)
thanks
I am looking to create a pie chart that would show SUM of each category (attached Excel file) for the most current date (as a default). I can not use set analysis, because I also need an option to filter different dates. I am not having luck with it, when I create a pie chart, I get SUM of all values and I can not get the expression right to show only the most current date. I used max(date) function but without any results. Please let me know if you have any ideas 🙂
Dear all
I have a table in a server and another one in another server i want to join these two when i write the query in sql server every thing is ok but in qlick script i get error:
Table1_label:
[connection to server1]
sql
Select * from Table1
Table2_label:
[connection to server2]
sql
Select * from Table2 inne join Table1_label
please let me know how can i do this
thanks in advance
Hello all,
I tried looking for this but could not find a solution
I have a table with the following table loaded into Qlikview
Load
[Employee Number]
Absence Type
[Date Start]
[Date End]
I now need to recreate the table so that it adds a date column which capture all the dates an employee took a leave
Load
[Employee Number]
Absence Type
Date
Figured I need to loop in order to do this. In programming world the logic would be
load
$vDifference = [Date End] - [Date Start]
[Employee Number]
Absence Type
For i = 0, i < $vDifference, i++
[Date Start] + i as Date;
How do I do this in Qlikview?
I have a pivot table like the one below. I am graphing this as a bar chart where N, Y are the x-axis, % is the y-axis and each A% and B% pair are the bars. Is there a way to sort this on the x-axis based on the A% value. For instance, here YA% is 0 whereas NA% is 3. YA% would be to the left of NA% on the x-axis on the bar chart. The NB% and YB% values do not matter in this sort.
| % | ||
| N | A | 3 |
| B | 1 | |
| Y | A | 0 |
| B | 10 |
I am loading a data table with multiple fields. I need to do a group by for a sum on just one of those fields. I currently have it to where I get two tables, but I just want one table in the end. Here is what I currently have:
Table1:
LOAD [Company],
[Account],
[Document],
[Year],
[Date],
[Amount],
[Type],
[Center]
FROM
C:\File.xlsx
(ooxml, embedded labels, table is Sheet1);
LOAD
[Document],
If(Sum([Amount])<>0,'Open','Closed') as [Status]
Resident Table1
GROUP BY
[Document];
Is there another way I can do this so I can have just one table and all my fields as well?
Hi All,
If I create OBDC in my local using my personal ID and if the QVW file moves to server where ODBC is configured using System ID, would my file work?
Or I need to create ODBC connection using System ID in my local also.
Thanks,
Sarif
Hi everyone,
I was opening locally a model in a server and I stumbled upon this error. I did some searching in the official documentation and Google and I didn't find anything.
Any help would be greatly appreciated.
Kind regards.
Reload Time not being updated when QVW run on QMC :
To display the latest time i have to run the file manaully . and i am using ReloadTime() function .
It should get updated if the application is run throught the QMC task.
Thanks,
After a recent upgrade to April 2019 SR3 we received reports of users receiving the "Export failed please check server log for more details (It's most likely that export process took too much server resources)" message. We successfully tested exports, so this was surprise. We were looking at KB46660 to increase the export limits but found that was not the issue. The issue was corrected by recreating the specific charts in the new version of Qlik. Hope this helps someone.
Symptoms:
This is my first time declaring a variable in SQL. When I run the QVD that references the SQL code I receive the following error:
ErrorSource: Microsoft OLE DB Driver for SQL Server, ErrorMsg: Incorrect syntax near 'SMALLINT'.
TimePeriod:
noconcatenate
SQL Declare SMALLINT
Declare $(@CYFiscalPeriod) SMALLINT;
SET @CYFiscalPeriod = (
SELECT
max(FiscalMonthNumber)
FROM [D].[m].[DimTimePeriod] Where Month(GetDate()) = CalendarMonthNumber
);
Hello all,
I'm trying to load a local JSON file in qlikview. I have already managed to load specific 'tables' from a JSON file by using the following code:
Test1:
LOAD * FROM [.\test7.json] (json, Table is [./TEST1], codepage is 1252, embedded labels);
Test2:
LOAD * FROM [.\test7.json] (json, Table is [./TEST2], codepage is 1252, embedded labels);
But I also want to load data from 'details' table, which is a level lower then ' TEST1' (see attached zip file with json and qvw). I would expect that I would be able to get this data by using something like: Table is [./TEST1/details], but that doesn't seem to work.
I really need your expertise. Who can help me solve this problem?
Greetings,
Eelco
MVP
17460MVP
7573MVP & Luminary
7167MVP & Luminary
6694MVP
4602MVP & Luminary
4270MVP
3476MVP & Luminary
3331MVP
3107MVP
2838