Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 219,063 members
  • 7,329 online
  • 1,997,819 posts
  • 149,776 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    Water Cooler

    Filtering bug in the relase notes section of Qlik Community

    In the release notes section of Qlik Community there are filtering options above the list of posts. The filter "Products" does not work. When selectin... Show More

    In the release notes section of Qlik Community there are filtering options above the list of posts. The filter "Products" does not work. When selecting a product the list updates, but whatever product I choose the result is just some kind of sorting where either NPrinting or QlikView ends up at the top.

    henrikalmen_0-1712564440794.png

     

     

    Show Less
  • forum

    App Development

    Crosstable Challenge. SalesMan Comissions by Product Group

    Hi guys, I have an input table with the % of comission for each Product Type Sale for each SalesMan.  The table looks like this (in the real case the ... Show More

    Hi guys, I have an input table with the % of comission for each Product Type Sale for each SalesMan. 

    The table looks like this (in the real case the SalesManID is dynamic, it's not only for 4 salesman) :

            4 5 12 14
    CompanyCode FamilyCode SubFamilyCode FamilyDescription SalesmanId4 SalesManId5 SalesManId12 SalesManId14
    1 ANIM ********** XXX 10% 5% 10% 10%
    1 APPR ********** YYY 5% 10% 5% 10%
    1 AV ********** ZZZ 10% 10% 10% 5%

     

    And I'd like to get an output of a desired table like this :

    FamilyCode SalesManId %Comission
    ANIM 4 10%
    ANIM 5 5%
    ANIM 12 10%
    ANIM 14 10%
    APPR 4 5%
    APPR 5 10%
    APPR 12 5%
    APPR 14 10%
    AV 4 10%
    AV 5 10%
    AV 12 10%
    AV 14 5%

     

    Could anybody help me please? I don't know if crosstable it's the best option, I'm trying to do it but with no results.

    PD : I've attached the example in excel, in order to make it easier for everyone to understand.

    Kind regards, Marcel.

    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

    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

    Deployment & Management

    Connection Lost. Make sure that Qlik Sense is running properly

    Hello,I am getting this error:Connection Lost. Make sure that Qlik Sense is running properly. If your session has timed out due to inactivity, refresh... Show More

    Hello,

    I am getting this error:

    Connection Lost. Make sure that Qlik Sense is running properly. If your session has timed out due to inactivity, refresh to continue working.

    Refresh just gets me the same error. I have checked all the logs, and none seem to be getting updated. logging is all on debug.

    The port 4747 seems to be working ok. There are only three entries for it when I run netstat -a -p -tcp

      TCP    0.0.0.0:4747           qlikserver1:0      LISTENING

    ...

      TCP    10.0.101.164:4747      qlikserver1:49316  ESTABLISHED

    ...

      TCP    10.0.101.164:49316     qlikserver1:4747   ESTABLISHED

    Show Less
  • forum

    Qlik Replicate

    Snowflake Target Endpoint - Support new Hybrid Tables as Targets

    In March of 2024, Snowflake announced that Hybrid Tables are now in QA. Will the Snowflake target endpoint connector be modified to support replicatin... Show More

    In March of 2024, Snowflake announced that Hybrid Tables are now in QA.

    Will the Snowflake target endpoint connector be modified to support replicating data to Hybrid Tables as well as traditional Snowflake tables? Is this on the roadmap?

    https://docs.snowflake.com/en/release-notes/2024/other/2024-03-05-hybrid-tables
    https://docs.snowflake.com/en/release-notes/2024/other/2024-03-13-hybrid-tables

     

    Show Less
  • forum

    Qlik Application Automation

    how to increment the file load ever month without overwriting existing file in Q...

    Need to add new file every month just keeping appending new data with the latest date. I have below query where it will load the data but it is overw... Show More
    • Need to add new file every month just keeping appending new data with the latest date. I have below query where it will load the data but it is overwriting the existing data. this query is currently run automatically as scheduled. Kind suggest how to increment so that it shouldn't be impacted old data.  
    • let prevmon=date(addmonths(today(),-1),'MMM YYYY');

      LOAD
      "As of Date",
      "xxxx",
      "xxx",
      "XXXX",
      "XXXX"
      FROM [lib://Source/SourceLanding/Reports/monthlyDetail report as of $(prevmon).xls]
      (biff, embedded labels, table is [qry For Comments$]);

    Show Less
  • forum

    Deployment & Management

    QlikSesnse Websocket timeout in Mashup

    Hi Experts,I have an issue with the websocket connection timeout in mashup. I have setup 60 mins session timeout in QMC but after some random time of ... Show More

    Hi Experts,

    I have an issue with the websocket connection timeout in mashup. I have setup 60 mins session timeout in QMC but after some random time of inactivity the websocket is loosing the connectivity, hence all my charts in the mashup goes blank.

    Sometime the blank is happening in 15 mins and sometime 45 mins and i am unable to predict any pattern of this also. Is there any solution to this. Any help would be really helpful.

    Show Less
  • forum

    Design and Development

    tForEach with DBimput & a Subjob

    I have the following where I'm parsing raw files into a dbTable then I want to iterate to a second sub with a tForeach See attached example screenshot... Show More

    I have the following where I'm parsing raw files into a dbTable then I want to iterate to a second sub with a tForeach

    See attached example screenshot

     

    When I try to connect the tForeach2 to the Raw transactions I get an error

     

     

    RVeitch_84_0-1715213288902.png

    Thanks for any help 

    Show Less
  • forum

    Qlik Reporting Service

    Cumulative Sum in filtered table

    Hello Everyone, I want to see the cumulative total up to the value I filtered a date variable in a table. However, since I filtered this value, I cann... Show More

    Hello Everyone,

    I want to see the cumulative total up to the value I filtered a date variable in a table. However, since I filtered this value, I cannot do this with a formula that includes rowno() or columnno(), because when I filter, only that row/column remains on the screen and this formula naturally returns only the value of that date.

    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!