Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 218,953 members
  • 8,179 online
  • 1,997,590 posts
  • 149,756 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    New to Qlik Analytics

    Modelling of P&L table with different variables per line

    I need to modify an existing P&L table with several scenarios (using the Vizlib solution with external Excel table).Is is possible in a P&L table to u... Show More

    I need to modify an existing P&L table with several scenarios (using the Vizlib solution with external Excel table).

    Is is possible in a P&L table to use different factors per line?

    sum(  Value* $(=PL_View_Factor_Best) )

    I get the right calculation, when the factor is the same for all lines, but when using different values or even an conditional value for different scenarios, it returns no value.

    Is there another/better way to solve this?

    Show Less
  • forum

    New to Qlik Analytics

    Pagination Next URL Not working

    i have dat like below in postman request   in qlik connection i am using nextUrl as my pagination  Next Url path :paging/link it bring only one page ... Show More

    i have dat like below in postman request

    ChannaK_0-1715155076241.png

     

    in qlik connection i am using nextUrl as my pagination 

    Next Url path :paging/link

    it bring only one page can you help here

     

    Show Less
  • forum

    Qlik Replicate

    Convert Numeric value to string

    We wanted to Convert a numeric value to String and then check the length of the string and if it exceeding 255 we need to get first 255 char or we nee... Show More

    We wanted to Convert a numeric value to String and then check the length of the string and if it exceeding 255 we need to get first 255 char or we need to load it as it is.

     

    Below is the Code we are using , the case statement is working as the data is coming as numeric the code is failing

     

    case when
    length($code_value) > 255 then substr($code_value,1,instr($code_value, ";")+250)
    else
    $code_value
    end

     

    Is there a way we convert numeric to string.

     

    Show Less
  • forum

    App Development

    How to abstract a measure for all the different employees?

    I made a measure for taking into account the efficiency of certain producers  ( Sum( Aggr( Count( {< ACTION_CODE = {'LABOR_OFF'}>} dist... Show More

    I made a measure for taking into account the efficiency of certain producers 

    (
    	Sum(
        	Aggr(
            	Count( {< ACTION_CODE = {'LABOR_OFF'}>} distinct MainSFC) * Standard_Time,
                MainSFC)
    	)
    )
    /
    (
    	Count( 
        	distinct WorkingDay) 
            * 7.5 * 60)

     

    And it works fine for the single producer. I want to abstract this, make one that takes into consideration ALL of the producers/employees, so in my mind I tried to do: 

     

    (
    	Sum( {<Employee=>}
        	Aggr(
            	Count( {< ACTION_CODE = {'LABOR_OFF'}, Employee=>}} distinct MainSFC) * Standard_Time,
                MainSFC)
    	)
    )
    
    /
    
    (
    	Count( {<Employee=>}
        	distinct WorkingDay) 
            * 7.5 * 60)

     

    But this doesn't work, and gives me null values. How could I fix this? 

    Show Less
  • forum

    Qlik Replicate

    Impact on SourceDB side when CDC using LogMiner is executed

    Impact on SourceDB side when CDC using LogMiner is executed I would like to check how much load CDC using LogMiner is putting on SourceDB.Please tell ... Show More

    Impact on SourceDB side when CDC using LogMiner is executed

    I would like to check how much load CDC using LogMiner is putting on SourceDB.
    Please tell us about the impact of LogMiner on the performance of Oracle (SourceDB) CPU/IO, etc.

    Best regards,
    Hironori Fujihira

    Show Less
  • forum

    Deployment & Management

    Qlik Sense Upgrade Failed at ServiceDispatcher Step

    Hi, Recently we tried to upgrade our Qlik Sense from May 2023 to August 2023 (IR). The upgrade went well for DEV and QA servers. But it failed on prod... Show More

    Hi,

    Recently we tried to upgrade our Qlik Sense from May 2023 to August 2023 (IR). The upgrade went well for DEV and QA servers. But it failed on production servers. We had to restore production servers with backed up AMI. Now we are investigating the reason why it failed. We have realized that we made a mistake when upgrading QS production which has two nodes: We stopped services on both nodes and then ran installation on two nodes at the same time. We know it is incorrect. But why did it cause problem? I am writing a report and need to gather deeper information.

    Based on installation log files, I can tell the failure occurred at ServiceDispatcher step. Error occurred when it tried to create schema 'qlik_notifier_service'. I checked the log file for the successful installation on DEV server. When it tried to create schema 'qlik_notifier_service' there, it skipped this step because "Schema 'qlik_notifier_service' already exists" (the sentence in log). Why did the installation not skip it during production installation?

    The attached ServiceDispatcher_installation_logs.txt contains related content from log files.

    We need to make sure there is nothing else which caused installation failure. Please advise.

    Thanks

    Show Less
  • forum

    Qlik Reporting Service

    Creating a Measure from a Dimension

    I have a dimension that I created called Proposed Bucket. Here is my if statement: =If(Excp_Category='6-Attempted','2-CUSTOMER ACTION', if(Excp_Categ... Show More

    I have a dimension that I created called Proposed Bucket.

    Here is my if statement:

    =If(Excp_Category='6-Attempted','2-CUSTOMER ACTION',
    if(Excp_Category = '1-Manifest','5-APPLE ACTION',
        If(Excp_Category='5-Out for Delivery','3-OUT FOR DELIVERY',
        if(Current_Scan_Activity_Record_Type='Out For Delivery','3-OUT FOR DELIVERY',
        IF(Excp_Category='7-Delivery','1-DELIVERED', [Exception_Resolution_Proposed_Bucket])))))
     

    I want to create a measure that adds up certain elements of this proposed bucket. 

    Show Less
  • forum

    New to Qlik Analytics

    Pop Up Dialog box for Qlik Cloud

    Hi All, I am trying this popup extension in QlikSense Cloud but not able to load Error is Cannot Be Processed https://developer.qlik.com/garden/5ddcd5... Show More

    Hi All,

    I am trying this popup extension in QlikSense Cloud but not able to load Error is Cannot Be Processed

    https://developer.qlik.com/garden/5ddcd57cf62b220018fd28dc

    Please suggest possible solutions or other extensions which work in Qlik Cloud.

     

    Regards

    Show Less
  • forum

    Qlik Replicate

    repctl checkpoint "task name" for downstream task (source: log stream task &amp; tar...

    repctl checkpoint "task name" for downstream task (source: log stream task & target : oracle database) is not giving correct timestamp.    D:\bin>repc... Show More

    repctl checkpoint "task name" for downstream task (source: log stream task & target : oracle database) is not giving correct timestamp. 

     

    D:\bin>repctl getcheckpoint "TASK_INGCDC_02"

    command getcheckpoint response:

    {

            "checkpoint":   "checkpoint:V1#33512#1271;638506460899807820;20240120221751514712#0#0#*#0#137"

    }

    [getcheckpoint command] Succeeded

    Regards

    Dipankar

     

    Show Less
  • forum

    App Development

    Show all Value from a Pivot Table even if a cell is selected

    Hello,   i have a pivot table and when I select a cell, Qlik only show the value of the two dimensions who are impacted by the cell. What must I do to... Show More

    Hello,

     

    i have a pivot table and when I select a cell, Qlik only show the value of the two dimensions who are impacted by the cell.

    What must I do to be able to select a cell and in the same time show all the pivot table and the value.

     

    thanks for helping

    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!