Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 218,978 members
  • 8,649 online
  • 1,997,639 posts
  • 149,761 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Move to SaaS

    How to generate report based on dimension values in Qlik SAAS

    Hi Team, How to generate a report based on dimension values in Qlik Sense SAAS version. for example we have region with east & west values. The report... Show More

    Hi Team,

    How to generate a report based on dimension values in Qlik Sense SAAS version.

    for example we have region with east & west values. The report should be generated for both east and west separately and dynamically. Can you please suggest a solution ?

    Thanks

    Show Less
  • forum

    Qlik Application Automation

    Application Automations Monitoring v1.1 fails with HTTP protocol error 422 (Unpr...

    Hi, I have deployed the app Application Automations Monitoring v1.1 in the SaaS tenant and was reloading successfully till last month.  https://commun... Show More

    Hi,

    I have deployed the app Application Automations Monitoring v1.1 in the SaaS tenant and was reloading successfully till last month. 

    https://community.qlik.com/t5/Official-Support-Articles/How-to-automation-monitoring-app-for-tenant-admins-with-Qlik/ta-p/2025392

     

    Now, the reload fails with error below. No changes have been made to the data connection. 

    Any ideas on how to fix it?

    "
    No Incremental QVDs found.
    Connected RestConnectorMasterTable << RestConnectorMasterTable Lines fetched: 33 Automation << RestConnectorMasterTable Lines fetched: 32
    RestConnectorMasterTable << RestConnectorMasterTable
     
    The following error occurred:
    (Connector error: HTTP protocol error 422 (Unprocessable Content): {"limit":["The limit may not be greater than 200."]})
     
    The error occurred here:
    RestConnectorMasterTable: Load *, 'fc80c290-0c6a-11ee-8bf8-b3a699186b55' as AutomationId, '' as AutomationName
    "
    Show Less
  • forum

    App Development

    Filter Pivot Table with Button

    I currently have a Pivot Table that is displaying the total number of records in different work queues, broken down by their current SLA status (Green... Show More

    I currently have a Pivot Table that is displaying the total number of records in different work queues, broken down by their current SLA status (Green, Yellow & Red).  Sample screenshot shown below:

    trevorcrow_0-1715116426998.png

     

    What I'm trying to accomplish, if possible, would be to have a couple of Qlik buttons that could perform filtering of what is being displayed on the Pivot Table.  For example, Button 1 could filter out any Queues with zero records.  Button 2 would filter the pivot table to only display queues that have records in a Red SLA status.  Is this possible?  I've tried numerous things that I've found online but haven't found the right answer or example yet.  

    Thanks for any assistance that can be given!

    Show Less
  • forum

    QlikView App Dev

    Split strings by delimiter into multiple subfields similar to how CSV does it bu...

    Hi, I have some data exported from Shopify which is effect is a whole bunch of comma delimited tag words of a particular item but stored in a single f... Show More

    Hi,

    I have some data exported from Shopify which is effect is a whole bunch of comma delimited tag words of a particular item but stored in a single field. In practice its something like a Tshirt in size Medium where a customer has picked multiple single items of the various colors on sale and has purchased a multi color pack of goods. I want to split up this field (which can be any length) into separate columns in a Qlik table, similar to what would happen if you imported the field as if it were a CSV without the " " around the string when it gets split into separate columns. I'm using Qlikview here.

    Some example data below:

    [Table1]:
    LOAD * INLINE [
    Order, ColorList
    #43308, "White,White,White,White,White,White"
    #43327, "Powder Beige,Powder Beige,Powder Beige,Powder Beige,White,White,White"
    #43329, "Black,Black,Black,Black,Powder Beige"
    #43335, "Powder Beige,Powder Beige,Powder Beige,Powder Beige,Powder Beige"
    #43342, "Black,Black,Black,Midnight Navy,Midnight Navy,Midnight Navy"
    #43346, "Black,Black"
    #43347, "Black,Black,Black,Black,Black,Black,Black"
    #43349, "Black,Black,Black,Black,Black,Black,Black"
    #43354, "Powder Beige,Powder Beige,Powder Beige,Black,Black"
    #43354, "Black,Cherry,Black"
    #43361, "Blood Stone,Blood Stone,Midnight Navy,Midnight Navy,Black,Black,Black"
    ];

    Ideally I want to display the above data as:

    Order       White    PowderBeige   Black   ... etc.

    #43308        6

    #43308        3                 4

    #43329                           1                  4

    ... etc.

    If the formatting above doesnt get mangled when I post this I hope you'll get the idea. I simply want to create additional columns using the unique names of the colors as the title of the additional columns and then put the count of the number of times that color name is repeated per order line in the ColorList string(field).

    With help from other posts in this forum 

    https://community.qlik.com/t5/QlikView-App-Dev/Split-String-Function-In-QlikView/td-p/221912

    https://community.qlik.com/t5/QlikView-App-Dev/How-to-get-Subfield-value-count/td-p/488174

    https://community.qlik.com/t5/New-to-Qlik-Analytics/SUBFIELD-and-CountIF/td-p/1786994

    and https://www.bitmetric.nl/blog/qlik-sense-subfield/ 

    its fairly straightforward to determine the unique items in the ColorList strings and also to count them, and then using set expressions and manually creating a Table report column per unique color name achieve a result.

    For example by doing this:

    LOAD Order, SubField(ColorList, ',') AS UniqueColor RESIDENT [Table1];

    LOAD Order, SubStringCount(ColorList,',')+1 AS ColorCount RESIDENT [Table1];

    However, the caveat is this isnt easily scalable. Doing it with 10 items is easy, but when I have a list of 500+ colors and 50000 records I need to find a way to do this for much longer comma delimited strings and have a way of in script splitting up this string into separate fields or a subtable of the color list items which I can then further manipulate as desired.

    This expression works (obviously I change the color name in the {' '} section for other colors in additional expressions per color but this doesnt scale well so its a lot of manual model front end maintenance to keep this updated.

    =Count({<UniqueColor={'Black'}>}SubField(ColorList,','))

    Can anyone suggest a way I can do this in Qlik code (or some other method that's generic and automated) for different delimited color names (or any other tags) in the loaded string automatically in Qlik.

    Thanks

    Show Less
  • forum

    Integration, Extension & APIs

    ODAG geting list of selected values from field with spaces in it

    hi, ive used ODAG to get the list of values filtered for a field.  now im exposing my fieldnames as business filed names and my field names have space... Show More

    hi,

    ive used ODAG to get the list of values filtered for a field.  now im exposing my fieldnames as business filed names and my field names have spaces embedded in the name.

    how do you use field names in ODAG if there are spaces in them?

    for example in the binding section 

    SET <FIELDNAME HERE> ='';
    OdagBinding:
    LOAD * INLINE [
    VAL
    $(ods_<FIELDNAME HERE>){"quote": "", "delimiter": ""}
    ];

    what if your field name hsa spaces?  what is the convention to use in place of spaces?

    thanks,

    edwin

    Show Less
  • forum

    App Development

    Cycling Dim Label

    Hello, Team!   I'm using the new feature for cycling dimension in Qlik Cloud but I'm having a hard time figuring out how to create a dinamic label for... Show More

    Hello, Team!

     

    I'm using the new feature for cycling dimension in Qlik Cloud but I'm having a hard time figuring out how to create a dinamic label for grouping dimension.

    Does anyone has any idea how to do it?

    Show Less
  • forum

    Connectivity & Data Prep

    Connecting to Sharepoint List

    I am connecting to a list on Sharepoint 365 to bring it into Qliksense.  The "Person or Group" column type from Sharepoint is coming into Qliksense as... Show More

    I am connecting to a list on Sharepoint 365 to bring it into Qliksense. 

    The "Person or Group" column type from Sharepoint is coming into Qliksense as numbers. Not sure what the numbers mean -  Is there any way to pull the column as a string?

     

    Any help is appreciated. Thank you!  

    Show Less
  • forum

    Move to SaaS

    How to reload Large Qlik Apps in Qlik SAAS environment since I am getting quote ...

    Hi Team, I am getting below error when loading data in Qlik SAAS environment. Your quota limit of 5120.0MB was exceeded. you loaded 10098.1 MB.  Reduc... Show More

    Hi Team,

    I am getting below error when loading data in Qlik SAAS environment.

    Your quota limit of 5120.0MB was exceeded. you loaded 10098.1 MB.  Reduce your data within this application or buy additional capacity.

    Please suggest a solution on this. Can you tell me some ways to reduce the data.

    Thanks

    Vishnu

    Show Less
  • forum

    Qlik Cloud Data Integration

    I HAVE 2 DATE FUNCTION IN ONE TABLE

    hi  In my table i am having two date  1.order date 2.Delivery date  but when i am using Canonical Date the count of delivery not coming correct as per... Show More

    hi 

    In my table i am having two date 

    1.order date

    2.Delivery date 

    but when i am using Canonical Date the count of delivery not coming correct as per my source 

    Show Less
  • forum

    App Development

    Qlik Sense: Cyclic Dimension / Group

    Hi experts I have designed a master item (dimension) with three dimensions: =pick(match($(vDimension), '[Konto.IdDesc]', '[Ansv.DivisionIdName]', '[Ko... Show More

    Hi experts

    I have designed a master item (dimension) with three dimensions:

    =pick(match($(vDimension), '[Konto.IdDesc]', '[Ansv.DivisionIdName]', '[Kontogrupp]'), 'Konto', 'Cost Center', 'Kontogrupp')

    Definition of a Variable vDimension defined with this dimension, as "start" value: [Konto.IdDesc]

    Furthermore a listbox with the master item "cyclic dimension" as dimension has been defined. Currently I only see the listbox with one value, the "start" value, check the attachment please.

    I need the same as shown in this video:  https://www.youtube.com/watch?v=mb4cr8UD7Is

    How do I fix the listbox to see all three dimensions defined in the master item for cyclic dimension?

    Thanks for your help, Tom

     

     

     

     

    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!