Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 217,881 members
  • 6,749 online
  • 1,995,908 posts
  • 149,592 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    QlikView App Dev

    Export pictures to Excel

    Hi,I am trying to export a straight table with pictures into excel. Challenge is that picture must be exported in that way, so end user can do filteri... Show More

    Hi,

    I am trying to export a straight table with pictures into excel. Challenge is that picture must be exported in that way, so end user can do filtering in excel on some other fields, and see picture for corresponding row.

    Small example is in attach.

    Your help is greatly appreciated.

    Show Less
  • forum

    New to Qlik Analytics

    script snippet explanation

    Hi all! Can you help me understand this code bit?   Load Key, date(SubField(Key,'|',1)) as CanonicalDate, 'IssueDate' as DateType; Load Fiel... Show More

    Hi all! Can you help me understand this code bit?

     

    Load Key,
         date(SubField(Key,'|',1)) as CanonicalDate,
         'IssueDate' as DateType;
    Load FieldValue('Key',RecNo()) as Key
    AutoGenerate FieldValueCount('Key');

     

    Going upwards; The first LOAD statement  ( Load FieldValue... Autogenerate...)  loads Key from AutoGenerate clause.

    Now the second (topmost) Load is a preceding load to the other one. I get it.

    But this doesn't mean that the Load FieldValue... Autogenerate.. bit should work on its own ?

    I found out it doesn't when trying to break down the code.

     

    Why is that?

     

    Thank you in advance 🙂

     

    Show Less
  • forum

    App Development

    Coloring the Qliksense Stacked chart based on the Legend

    I need to use the color for stacked chart based on the legend dimension value. For example, if I show the sum value for month and Status in the stacke... Show More

    I need to use the color for stacked chart based on the legend dimension value.

    For example, if I show the sum value for month and Status in the stacked bar chart , the color of the bar should be based on the status value.

     

    I used the below expression in the Appearance >> Color and Legend >> Use custom colors

     

    =pick(Match(ErrorStatus,'Success','Service Unavailable','Bad Gateway'),'#009845','#004080','#F20000')

     

    but its not working properly. If I made the selections in the status then the bar is appearing with the corresponding color but if there is no selection then the bar itself is not showing.

     

    But if I scroll over the chart area the tooltip is appearing as normal.

    Show Less
  • forum

    App Development

    Sort Data Based on Number of Leading Zeros

    Hi All, How to sort data based on leading zeros and not the actual number in qlik Below is my example Item Num 0064 000670402 0065FR CS-CD-... Show More

    Hi All,

    How to sort data based on leading zeros and not the actual number in qlik

    Below is my example

    Item Num
    0064
    000670402
    0065FR
    CS-CD-PSW-10-00
    010240410

    The data should be sorted based on number of zeros at the start in ascending order.

    My final output should be like the below table

    Item Num
    000670402
    0064
    0065FR
    010240410
    CS-CD-PSW-10-00

    Note : This is just an example . I have more that 30000 item numbers like this and i want to sort based on number of leading zeros

    Show Less
  • forum

    Integration, Extension & APIs

    Route multiple QlikSense servers through Nginx

    Hello everyone, We have 2 QlikSense servers in our internal infrastructure and we want to expose these 2 servers externally, through Nginx.We would li... Show More

    Hello everyone,

    We have 2 QlikSense servers in our internal infrastructure and we want to expose these 2 servers externally, through Nginx.
    We would like to be able to access these servers via ourdomain.com/qliksense1 and ourdomain.com/qliksense2.
    Is it possible to configure Nginx to allow this?

    Furthermore, we also require virtual proxies for some of our custom apps and we would like to be able to access the virtual proxy via ourdomain.com/qliksense1/virtualproxy and ourdomain.com/qliksense2/virtualproxy.
    Is this possible?


    Thank you!

    Show Less
  • forum

    New to Qlik Analytics

    Concat a number based on grouped by distinct invoices.

    Good morning,   I need some help with this expression. My table has unique Invoice numbers, I join it with another table to get meteringpoints. I add ... Show More

    Good morning,

     

    I need some help with this expression.

    My table has unique Invoice numbers, I join it with another table to get meteringpoints.

    I add all this with customer information in a table format in Qlik.

    I need to show in one line, one invoice , with many meteringpointnumbers. To be able to do this I use ''concat'' the meteringpointnumbers. But it seems not to be working.

    Am I doing something wrong?

    Code:
    Concat(Distinct MeteringPointnumber, ', ')

     

    Thanks

    Theresa

    Show Less
  • forum

    Design and Development

    Go through several outputs for each record

    Hi everyone, I am facing an issue as I am trying to build a flat file to import data in a software (standard format defined by the software editor). F... Show More

    Hi everyone,

    I am facing an issue as I am trying to build a flat file to import data in a software (standard format defined by the software editor). For each of my records, I have to go through several outputs I created and this order must be respected. At the moment, my job goes through the first output for all the records and then switches to the next output.

    In my case, I would like it to go through each output, one by one, with one record before it switches to the next record.

    How can I do this ? Please find attached a screenshot of my job.

    Thanks.

     

    Show Less
  • forum

    New to Qlik Analytics

    Export to Excel Data with image?

    Hi All,@Daniel PillaI've used Simple table with image extension and it's working fine, but when i export into excel the output shows URL instead of im... Show More

    Hi All,

    @Daniel Pilla

    I've used Simple table with image extension and it's working fine, but when i export into excel the output shows URL instead of image?

    refer refer below screen shot,

    Current simple table extension output:

    1.jpg


    Exported to excel output:

    2.jpg

    I'm looking something like below export option for simple table extension.

    3.jpg

    how to configure the option in java script? or is there any alternative option to achieve this? kindly advise. Thanks

    Regards,

    Deva

    Show Less
  • forum

    Design and Development

    Can not read all data of Excel when using Dynamic Schema

    Hello everyone I am using Talend Data Integration Job to read the following Excel which has 3 rows and 88 columns:     But only part of data(2 rows... Show More

    Hello everyone

    I am using Talend Data Integration Job to read the following Excel which has 3 rows and 88 columns:

    laughsmile_1-1713160148764.png

     

    laughsmile_0-1713160123911.png

    laughsmile_4-1713160415225.png

     

    But only part of data(2 rows and 17 columns) can be read, the first row and part of columns lost after read by using dynamic schema.

    laughsmile_3-1713160307060.png

    By the way, if I define 88 string column in the schema , I can read the all data.

    Thanks in advance.

     

     

     

    Show Less
  • forum

    Security & Governance

    Synchronization of attributes from Active Directory and values in Custom Propert...

    Hello community, I ask for help in organizing an automated access level. We have a branch structure in our organization - department - service - subdi... Show More
    Hello community,
    I ask for help in organizing an automated access level.

    We have a branch structure in our organization - department - service - subdivision,

    For example: Northern Region - Department of Marketing - Customer Service - Sales

    Now, we manually create in Custom Properties parameters with the name of each branch, department, units  (screenshot #001) and after hand we choose them on employees. (screenshot #002)
    After this property, we indicate on application, thus, an employee with a certain property sees certain reports.

    Our employees are imported from Active Directory, but because AD has an attribute “Distinguishedname” in which there is information about the employee’s belonging. (screenshot #003)

    The task is to synchronize this information with Custom Properties so as not to enter this data manually, how can this be done, any ideas?

    Regards Kirill.

    Show Less
Leaderboard

Customer Story

Qlik Data Integration & Qlik Replicate story

Qlik enables a frictionless migration to AWS cloud by Empresas SB, a group of Chilean health and beauty retail companies employing 10,000 people with 600 points of sale.

Customer Story

Building a Collaborative Analytics Space

Qlik Luminary Stephanie Robinson of JBS USA, the US arm of the global food company employing 70,000 in the US, and over 270,000 people worldwide.

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!