Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 216,855 members
  • 8,902 online
  • 1,994,160 posts
  • 149,427 Solutions
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW

Welcome to Qlik Community

Recent Discussions

  • forum

    Design and Development

    Error with PATCH method and tRestClient

    Hi,we are facing this warning message when using the PATCH method in tRestClient:WARNING: An illegal reflective access operation has occurredWARNING: ... Show More

    Hi,

    we are facing this warning message when using the PATCH method in tRestClient:

    WARNING: An illegal reflective access operation has occurred

    WARNING: Illegal reflective access by org.apache.cxf.common.util.ReflectionUtil$11 (file:/C:/Program%20Files%20(x86)/Talend/studio/configuration/.m2/repository/org/apache/cxf/cxf-core/3.4.4/cxf-core-3.4.4.jar) to field sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate

    WARNING: Please consider reporting this to the maintainers of org.apache.cxf.common.util.ReflectionUtil$11

    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

    WARNING: All illegal access operations will be denied in a future release

    We tried Open Studio and Studio Data Fabric with Zulu Version 11.

    The patch is successfully executed but the warnings are still irritating.

    With other methods (GET, POST, PUT) no warnings occure.

    The design of the job is straight forward.

    0695b00000ddsQgAAI.png

    0695b00000ddsRPAAY.png

    Any ideas?

    Thanks

    Ben

    Show Less
  • forum

    App Development

    Set Analysis not working for Only on If condition

    Hi, I am looking to get different dimension values based on same ranking. So, I have created an inline view with Dim and Exp by assigning a value to e... Show More

    Hi,

    I am looking to get different dimension values based on same ranking. So, I have created an inline view with Dim and Exp by assigning a value to each dim.

    Load * Inline
    [
    dim, exp
    'Style', '1'
    'Colour', '2'
    'Min Range of Month', '3'
    'RRP', '4'

    ];

     And I am looking to bring the corresponding values thru if statement on Straight table

    KMD_1-1713153506177.png

     

    The below expression is not working as expected,

    if(exp='1',only(if(Aggr(rank(sum(total <[Style Colour]> [Sales Amount]),4),[Style Colour]) = 1, [Style])),

    if(exp='2', only(if(aggr(rank(sum(total <[Style Colour]> [Sales Amount]),4),[Style Colour]) = 1, [Colour])),

    if(exp='3', only(if(aggr(rank(sum(total <[Style Colour]> [Sales Amount]),4),[Style Colour]) = 1, [Min Range Month])),
    if(aggr(rank(sum(total <[Style Colour]> [Sales Amount]),4),[Style Colour]) = 1, Sum([Sales Amount]))
    )
    )
    )

    Can you please check my set analysis and advise why it's not working for other values. 

    Thanks in advance.

    Show Less
  • forum

    Installing and Upgrading

    Unable to use S3 component

    Detail Message: com.amazonaws.services.s3 cannot be resolved to a type
  • forum

    Move to SaaS

    Issue in Qlik Sense connectivity to Office 365 SharePoint

    Hi, I'm trying to connect SharePoint via Qlik Sense. Below steps i followed,  1. Creating a new data connection.  2. Choosing  the data source "Office... Show More

    Hi, I'm trying to connect SharePoint via Qlik Sense. Below steps i followed, 

    1. Creating a new data connection. 

    2. Choosing  the data source "Office 365 Sharepoint"

    3. Then given the base URL of Office 365 Sharepoint in the baseURL.

    4. Then choose the "None" from Prompt/Consent level. 

    5. Click on Authenticate button. Then it will take to next tab and code generated. Then copied code and paste in the respective tab. Then clicked on the Authenticate tab. 

    6. After that taking some time and faced the error. Below is the error message,

    "error verifying: A connection attempt failed because the connected party did not properly respond after a period of time or established connection failed because connected host has failed to respond "Some IP (1.1.1.1:443)"

    kindly suggest

    Show Less
  • forum

    Qlik Enterprise Manager

    How to find Qlik Enterprise Manager Session ID for connecting to API

    Hi Team, I have this below code to get the task list from QEM.  # Define the URL for the API call$url = "https://computer.network.net/attunityenterpri... Show More

    Hi Team,

    I have this below code to get the task list from QEM. 

    # Define the URL for the API call
    $url = "https://computer.network.net/attunityenterprisemanager/api/v1/servers/myrepsrv1/tasks"

    # Prepare the headers for the API call, specifically the session ID
    $headers = @{
    "EnterpriseManager.APISessionID" = "wCo0_KvjEUFROvfHF5KGrw"
    }

    # Make the HTTP GET request and ignore SSL certificate validation errors
    try {
    $response = Invoke-WebRequest -Uri $url -Headers $headers -Method Get -SkipCertificateCheck

    # Check if the request was successful (status code 200)
    if ($response.StatusCode -eq 200) {
    Write-Output "Tasks retrieved successfully:"
    Write-Output $response.Content # Print the response content which includes the task list
    } else {
    Write-Output "Failed to retrieve tasks, status code: $($response.StatusCode)"
    }
    } catch {
    Write-Output "An error occurred: $_"
    }

    how to find Session ID of QEM? Pls suggest.. Also I need last week task list using the same.

     

    thanks

    Vish123

    Show Less
  • forum

    Qlik Application Automation

    Get qlik sense api list

    Is it possible to get the list of all the apps from Qlik sense using an Api? if yes, please provide a sample Api.
  • forum

    New to Qlik Analytics

    PostgreSQL service user

    Dear all   We have successfully upgraded PostgreSQL with 14 version. Everything running fine but only one thing I have noticed about the postgres serv... Show More

    Dear all

     

    We have successfully upgraded PostgreSQL with 14 version.

    Everything running fine but only one thing I have noticed about the postgres service user running this service

    Mahamed_Qlik_0-1713239917451.png

     By default "Log On showing as" network service, is it normal ? or do we need to change its user as service account user running all other qliksense services?

    Show Less
  • forum

    Qlik Reporting Service

    Paging in tabular reporting for paged pivot tables? Is it possible?

    I have been trying to create a report using the excel tabular reporting, that creates a new sheet for each Sales Person. To do this I have been trying... Show More

    I have been trying to create a report using the excel tabular reporting, that creates a new sheet for each Sales Person. To do this I have been trying to use the pages option.

    It appears that this works fine for the straight table that is used for the report (i.e. it creates a sheet for each sales person with a straight table on it and the data filtered for each sales person).

    However, I need the chart to be shown as a pivot table and if I use the pages option on the pivot table it doesn't seem to work? I end up with a sheet created for each Sales Person (i.e. the tab of the sheet is named correctly for each sales person) but the data within each sheet is not filtered to each Sales Person, all sheets created show the same data on the pivot table which is for the first Sales Person only. 

    Can someone advise if what I am attempting to do is actually possible? 

    Thanks. 

     

    Show Less
  • forum

    New to Qlik Analytics

    Need to Calculate Text count

    HI , Please refer the below Snap shot . I need the help to calculate 'Active' Count from the expression field. Can anybody solve this problem.   Su... Show More

    HI ,

    Please refer the below Snap shot . I need the help to calculate 'Active' Count from the expression field.

    Can anybody solve this problem.

     

    Sub Dealer Name Active Count-22
       
    Enterprises 1
    Vision Limited Active
    Vision Punpun 3
    Electricals 0
    Hardware 2
    Sale 6
    Electronics 7
    Ganesh Enterprises 5
    Show Less
  • forum

    Qlik NPrinting

    Persistent colors in Pixelperfect

    Hi, We need to show persistent colors in a Pixelperfect report (same color for same dimension value).For example, we need "Dimension value A" color to... Show More

    Hi,

    We need to show persistent colors in a Pixelperfect report (same color for same dimension value).

    For example, we need "Dimension value A" color to be the same in both charts, pie chart and bar chart (and configure this color with RGB values if possible). Same with "Dimension value B". In both charts the dimension is the same (the bar chart have one more dimension for group by column)

    dvilloldo_0-1696575674613.png

    Any ideas?

    Thank you in advance.

    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!