Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 220,524 members
  • 4,002 online
  • 2,000,089 posts
  • 149,964 Solutions
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Referencing a Variables script in my Load Script

    I have 3 environments Dev, UAT and Production and my objevtive is to store a script file in each of these envirnmenyt to help me to set some envirnmen... Show More

    I have 3 environments Dev, UAT and Production and my objevtive is to store a script file in each of these envirnmenyt to help me to set some envirnmental related variables - the benefit being that these are outside of my load script so that I can promote dashboards through the envirnments with little fuss.

    So for example I hope to hold the connection name in the script and refer to it as $(vConnection) etc.

    I understand that I need to create a text file for my script which I have done (Environment.txt) and this is stored in the root of the Space I have (Live - PP) my connection name is called 'PP-prod'

    In my Load script I have added:

    $(Must_Include='lib://Live - PP:PP-prod/Environment.txt'); 

    I have also tried:

    $(Must_Include='lib://:PP-prod/Environment.txt');

    $(Must_Include='lib://Live - PP:/Environment.txt');

    $(Must_Include='lib://Live - PP:PP-prod/DataFiles/Environment.txt');

    as well as the above with the file named Environment.qvs

     

    I get the error

     

    $(MUST_INCLUDE= *** cannot access the local file system in current script mode. Try including with LIB path.

    Can anyone advise what I might be doing wrong?

     

    Thanks

     

    Mark

     

    Show Less
  • forum

    Security & Governance

    About QLIK SENSE 13.102.5 Security Report

    After installing QLIK SENSE 13.102.5, after vulnerability scanning, it was found that 5929 and 9090PORT have weak password messages. How to solve it?p... Show More

    After installing QLIK SENSE 13.102.5, after vulnerability scanning, it was found that 5929 and 9090PORT have weak password messages. How to solve it?

    p.s https://help.qlik.com/en-US/sense-admin/February2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/LicenseServiceCipherSuite_QSEoW.htm

    I tried this article with the same result

    Show Less
  • forum

    New to Qlik Analytics

    Date picker predefined ranges

    Hi Everyone, I am using a date calendar on the dashboard, which is working fine. I need to use predefined ranges in the calendar. Could anyone help me... Show More

    Hi Everyone,

    I am using a date calendar on the dashboard, which is working fine. I need to use predefined ranges in the calendar. Could anyone help me to understand how does predefined ranges work?

    Thanks in advance!

    Show Less
  • forum

    Qlik Enterprise Manager

    Upgrade Qlik Sense Agosto 2022 a Mayo 2024

    Buenas tardes. Estoy haciendo una actualización de Qlik. Ya pude instalar el QPI con exito, porque hasta ahora no tenia la BD  separada del paquete  d... Show More

    Buenas tardes.

    Estoy haciendo una actualización de Qlik.

    Ya pude instalar el QPI con exito, porque hasta ahora no tenia la BD  separada del paquete  de qlik, y siguiendo los pasos indicados que son estos pude avanzar.

    • Desinstale todos los parches para su versión actual de Qlik Sense (por ejemplo, revierta el parche X de febrero de 2022 al IR de febrero de 2022).
    • Utilice QPI para actualizar la base de datos PostgreSQL.
    • Finalmente, actualice Qlik Sense a la versión que desee.

    Pero....Ahora esta instalando la actualización de Qlik  a Mayo 2024 y no avanza  casi nada, llevo mas de 2 horas esperando que termine y nada. Es asi? o se colgó? a alguien ya le pasó esto?

     

    Muchas gracias!

    Show Less
  • forum

    QlikView Administration

    Update version 12.10 to 12.20

    Hello,  We update our Qlikview from 12.10 to 12.20 but our apps don´t work, all our tables are loading but if we refresh the browser the table loads t... Show More

    Hello, 

    We update our Qlikview from 12.10 to 12.20 but our apps don´t work, all our tables are loading but if we refresh the browser the table loads the info.

    We tried to load the app using the new version but it didn´t work.

    Somebody could help me with this?

    Regards.

    Show Less
  • forum

    Integration, Extension & APIs

    Postgres database username and password

    I would like to know how I can find out the username and password for my Postgres database, as my data is out of date in the operations monitor dashbo... Show More

    I would like to know how I can find out the username and password for my Postgres database, as my data is out of date in the operations monitor dashboard, and so I cannot know the amount of access to each dasboard we have.

    Show Less
  • forum

    QlikView Administration

    Allow macros running QlikView app with Edge in IE Plugin mode

    Hi we still have one Qlikview document with macros that need the use of QlikView IE Plugin. The document is on a Qlikview Server. We run Qlikview with... Show More

    Hi

    we still have one Qlikview document with macros that need the use of QlikView IE Plugin. The document is on a Qlikview Server.

    We run Qlikview with Microsoft Edge in IE compatible mode. 

    In the past, with IE, it was possible to control the use of macros using the key combination Ctrl + shift + m.

    This keyboard combination dosn't work with edge in IE mode, so we can't control the macros execution, so at this time we can't execute the document in IE mode.

    do you know how yo active the macros in Edge IE compatible mode?

    Thanks

    Fernando

    Show Less
  • forum

    Qlik NPrinting

    Generate Empty NPrint report there is no data.

    Hi team, I have a NPrint report here I applied filters like Product =2, If Product is 2 then will generate the Excel report, If there is no product 2 ... Show More

    Hi team,

    I have a NPrint report here I applied filters like Product =2, If Product is 2 then will generate the Excel report, If there is no product 2 values in data  in this case empty report generate.

    If Product is 2 , NPrint report is generating fine , But there is no values for Product 2 report generation is failed.

    Could you please help on that.

    Advance thanks

    Ram

    Show Less
  • forum

    App Development

    Craziest Set Analysis Yet (Only Experts)

    Hello, I'm trying to filter lines of a table that has multiple dimensions and only one expression that I use for filtering. The field's values are som... Show More

    Hello,

    I'm trying to filter lines of a table that has multiple dimensions and only one expression that I use for filtering.

    The field's values are something like this:

    Mario_ES_0-1716477210357.png

    And the end product has to be something like this: 

    Mario_ES_3-1716477291772.png

    I believe that the correct expressión is this one:

    Count ( Distinct {<form_order={"max(<[No. Proceso]>form_order)"}>} [No. Proceso])

    Do you have any idea why this isn't working?

    Thanks!

    Show Less
  • forum

    Qlik NPrinting

    Cannot carry over color, alignment or border formatting to NPrinting from Sense

    Hi all, I'm trying to build a word report with a table to meet clients very specific asks around appearance, printing to PDF, etc. I have everything w... Show More

    Hi all, I'm trying to build a word report with a table to meet clients very specific asks around appearance, printing to PDF, etc. I have everything worked out mostly except an indicator and date coloring issues. I've tried color by expression, CSS, formula in Designer and I get some results but not others. I can get the object with color but it isn't aligned properly and the column width expands and there is no border. I have to keep the source formats for the color coding as it is based on a date comparison and as far as I can tell I cannot do that in Word without VBA. If i try to bring over the dates with color i just get a black cell. Any ideas beside using Excel?

    Note: it is a Vizlib straight table, the character is chr(11044)

    Thos0036_0-1716315242458.png

    Thos0036_2-1716315869637.png

     

    Show Less
Leaderboard

Customer Story

Accelerating Decision-Making with Qlik Insights

Qlik enhances decision-making with high-speed insights, as Mayborn Group integrates data from various functions across their global operations, gaining a competitive edge in the childcare industry.

Customer Story

Efficiency in Agriculture: Nortera's Qlik Triumph

Nortera leads agricultural manufacturing analytics and automation with Qlik, reducing short-shipment rates and annual savings in water consumption.

Customer Story

Revolutionizing aircraft production through Data Analytics

Qlik Data Integration transforms Airbus' aircraft production, leading to over 150 replication tasks and informing more efficient analysis.

Location and Language Groups

Choose a Group

Join one of our Location and Language groups. Find one that suits you today!

Collaborate

Healthcare User Group

Healthcare User Group

A private group is for healthcare organizations, partners, and Qlik healthcare staff to collaborate and share insights..

All are welcome

Japan Group

Japan

Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。

Request to join

Brasil Group

Brazil

Welcome to the group for Brazil users. .All discussions will be in Portuguese.

open to all

Blogs

Community News

Hear from your Community team as they tell you about updates to the Qlik Community Platform and more!