Skip to main content

Welcome to
Qlik Community!

cancel
Showing results for 
Search instead for 
Did you mean: 
  • 218,256 members
  • 5,649 online
  • 1,996,384 posts
  • 149,641 Solutions
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Welcome to Qlik Community

Recent Discussions

  • forum

    App Development

    Replicate QlikView pivot table in Qlik Sense Visualization by adding/removing pe...

    Good morning everyone,is there a visualization, similar to the straight table in Qlik Visualization bundle, that allows me to add/remove and the dimen... Show More

    Good morning everyone,
    is there a visualization, similar to the straight table in Qlik Visualization bundle, that allows me to add/remove and the dimensions and measures from a list?

    Show Less
  • forum

    New to Qlik Analytics

    Loop

    I am trying to download data from hubspot loop is not getting all only first set every time i need to pass output value to URL using this variable (vR... Show More

    I am trying to download data from hubspot

    loop is not getting all only first set

    every time i need to pass output value to URL using this variable (vRowCount)

    i test with postman 

    ////////////below my script
    LIB CONNECT TO 'HubspotContacts'
    do while vMore = 'True';
     Trace($(vRowCount));
     
     
    RestConnectorMasterTable:
    SQL SELECT 
    "has-more",
    "vid-offset",
    "__KEY_root",
    (SELECT 
    "vid" AS "vid_u0",
    "canonical-vid",
    "portal-id" AS "portal-id_u0",
    "is-contact",
    "addedAt",
    "__KEY_contacts",
    "__FK_contacts",
    (SELECT 
    "__KEY_properties",
    "__FK_properties",
    (SELECT 
    "value",
    "__FK_hs_email_last_send_date"
    FROM "hs_email_last_send_date" FK "__FK_hs_email_last_send_date"),
    (SELECT 
    "value" AS "value_u0",
    "__FK_lastmodifieddate"
    FROM "lastmodifieddate" FK "__FK_lastmodifieddate"),
    (SELECT 
    "value" AS "value_u1",
    "__FK_hs_email_delivered"
    FROM "hs_email_delivered" FK "__FK_hs_email_delivered"),
    (SELECT 
    "value" AS "value_u2",
    "__FK_salesforcecontactid"
    FROM "salesforcecontactid" FK "__FK_salesforcecontactid"),
    (SELECT 
    "value" AS "value_u3",
    "__FK_salesforceaccountid"
    FROM "salesforceaccountid" FK "__FK_salesforceaccountid")
    FROM "properties" PK "__KEY_properties" FK "__FK_properties")
    FROM "contacts" PK "__KEY_contacts" FK "__FK_contacts")
    FROM JSON (wrap on) "root" PK "__KEY_root"
    HTTPHEADER "Authorization" "Bearer  ABABABABABA");
     
     
    [hs_email_last_send_date]:
    LOAD [value],
    [__FK_hs_email_last_send_date] AS [__KEY_properties]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_hs_email_last_send_date]);
     
     
    [lastmodifieddate]:
    LOAD [value_u0] AS [value_u0],
    [__FK_lastmodifieddate] AS [__KEY_properties]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_lastmodifieddate]);
     
     
    [hs_email_delivered]:
    LOAD [value_u1] AS [value_u1],
    [__FK_hs_email_delivered] AS [__KEY_properties]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_hs_email_delivered]);
     
     
    [salesforcecontactid]:
    LOAD [value_u2] AS [value_u2],
    [__FK_salesforcecontactid] AS [__KEY_properties]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_salesforcecontactid]);
     
     
    [salesforceaccountid]:
    LOAD [value_u3] AS [value_u3],
    [__FK_salesforceaccountid] AS [__KEY_properties]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_salesforceaccountid]);
     
     
    [properties]:
    LOAD [__KEY_properties],
    [__FK_properties] AS [__KEY_contacts]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_properties]);
     
     
    [contacts]:
    LOAD [vid_u0] AS [vid_u0],
    [canonical-vid],
    [portal-id_u0] AS [portal-id_u0],
    [is-contact],
    [addedAt],
    [__KEY_contacts],
    [__FK_contacts] AS [__KEY_root]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__FK_contacts]);
     
     
    [root]:
    LOAD [has-more] ,
    [vid-offset] ,
    [__KEY_root]
    RESIDENT RestConnectorMasterTable
    WHERE NOT IsNull([__KEY_root]);
     
     
    let vMore =peek('has-more',0,'root');
    let vRowCount =peek('vid-offset',0,'root');
    DROP TABLE RestConnectorMasterTable;
     
    loop
    Show Less
  • forum

    New to Qlik Analytics

    Qlik PostgreSQL Installer doesn't detect database

    Hi, I want to upgrade my existing version of Qlik Sense Enterprise from release February 2023 to February 2024. The existing version still uses the Po... Show More

    Hi,

    I want to upgrade my existing version of Qlik Sense Enterprise from release February 2023 to February 2024. The existing version still uses the PostgreSQL 9.6 database. So I want to use the Qlik PostgreSQL Installer to upgrade and unbundle the PostgreSQL database.

    I stopped all Qlik services except the Qlik Sense Repository Database. Then I start the QPI tool and at the first screen it displays 'No supported existing Qlik Sense PostgreSQL database found. This program will install a new PostgreSQL v14.8 database".

    Why doesn't this QPI tool detect my existing database?

    When I press next and fill out all fields, field 'database port' becomes red with message 'Database port already used by an external service in the system'. Port 4432 is used by the postgres.exe so then it detects?!

    I have attached the pg_hba.conf and the postgresql.conf from folder "C:\ProgramData\Qlik\Sense\Repository\PostgreSQL\9.6". Files are renamed with .txt to be able to upload.

    Also I have tried to change the 'listen_addresses' line to 'listen_addresses = '*' without any luck.

     

    Show Less
  • forum

    New to Qlik Analytics

    Iterate to extract the data in the future

    Hi There,I have an SQL query that runs in QLIK. I have included some variables to take a snapshot from the current fiscal date, month, and year up to ... Show More

    Hi There,

    I have an SQL query that runs in QLIK. I have included some variables to take a snapshot from the current fiscal date, month, and year up to the last four FY years and append the tables to one table and with some conditions. If the stakeholders view this report in 2030, they should be able to view the data from 2020 till 2030, not just latest four years (Example: If stakeholders view the report in the year 2030, they should be able to view the data from 2030 till 2020). 
    I am not sure how I can fit in all the below SQL query to loop through.

    I appreciate your help on this.

    /* From current to last 4 FY years */
    Let vYear_Current = Year(Today());
    LET vYear_Previous_1 = Year(Today()) -1;
    LET vYear_Previous_2 = Year(Today()) -2;
    LET vYear_Previous_3 = Year(Today()) -3;
    LET vYear_Previous_4 = Year(Today()) -4;
    LET vYear_Previous_5 = Year(Today()) -5;
    
    /* From current to last 4 FY snapshot date */
    
    let current_fy_Date = MonthStart(DayName(YearEnd(today(),-1, 8)));
    let current_1_fy_Date = MonthStart(DayName(YearEnd(today(),-2, 8)));
    let current_2_fy_Date = MonthStart(DayName(YearEnd(today(),-3, 8)));
    let current_3_fy_Date = MonthStart(DayName(YearEnd(today(),-4, 8)));
    let current_4_fy_Date = MonthStart(DayName(YearEnd(today(),-5, 8)));
        
     NETWORK_FAULTS_CUSA_STRATEGY_POPULATION:  
     SQL
    WITH UG_ES_CTE AS (
        SELECT ES.EQUIP_NO,
            ES.PROFILE_FY,
            ES.INCDNT_DT,
            ES.POF_INCD_NO,
            1 AS UG_ELEK_SHK
        FROM ES_TABLE ES
        WHERE UPPER(TRIM(ES.ASSET_CAT_DESC)) = ('UG SERVICE CONNECTIONS')
            AND ES.ELEC_SHOCK = 1
            AND ES.CURR_FLG = 'Y'
    ),
    UG_ES_CTE1 AS (
        SELECT PROFILE_FY,
            SUM(UG_ELEK_SHK) AS TOTAL_EL_SHK
        FROM UG_ES_CTE
        GROUP BY PROFILE_FY
        ORDER BY PROFILE_FY DESC
    ),
    EQUIP_TMV_PILLAR_UNIONS AS (
        SELECT '$(vYear_Previous_1)' || '/' || '$(vYear_Current)' as FY_YEAR_SNAPSHOT,
        FROM  ETD_TABLE
        WHERE TO_DATE('$(current_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND CURR_FLG = 'Y'
            AND EQUIP_STAT = 'AC'
            AND TRIM(EQUIP_GRP_ID) = 'PILL'
        UNION ALL
        SELECT '$(vYear_Previous_2)' || '/' || '$(vYear_Previous_1)' as FY_YEAR_SNAPSHOT,
            1 AS PILLAR_COUNT
        FROM ETD_TABLE
        WHERE TO_DATE('$(current_1_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT = 'AC'
            AND TRIM(EQUIP_GRP_ID) = 'PILL'
        UNION ALL
        SELECT '$(vYear_Previous_3)' || '/' || '$(vYear_Previous_2)' as FY_YEAR_SNAPSHOT,
            1 AS PILLAR_COUNT
        FROM ETD_TABLE
        WHERE TO_DATE('$(current_2_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT = 'AC'
            AND TRIM(EQUIP_GRP_ID) = 'PILL'
        UNION ALL
        SELECT '$(vYear_Previous_4)' || '/' || '$(vYear_Previous_3)' as FY_YEAR_SNAPSHOT,
            1 AS PILLAR_COUNT
        FROM ETD_TABLE
        WHERE TO_DATE('$(current_3_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT = 'AC'
            AND TRIM(EQUIP_GRP_ID) = 'PILL'
    ),
    EQUIP_TMV_PILLAR_AGG AS (
        SELECT FY_YEAR_SNAPSHOT,
            SUM(PILLAR_COUNT) AS TOTAL_PILLARS
        FROM EQUIP_TMV_PILLAR_UNIONS
        GROUP BY FY_YEAR_SNAPSHOT
        ORDER BY FY_YEAR_SNAPSHOT DESC
    ),
    UG_SHOCK_KPI AS (
        SELECT 'Underground' AS CUSA_STRATEGY,
            E.FY_YEAR_SNAPSHOT,
            E.TOTAL_PILLARS AS POP_COUNT,
            S.TOTAL_EL_SHK,
            (S.TOTAL_EL_SHK) / (E.TOTAL_PILLARS) AS CUSA_KPI
        FROM EQUIP_TMV_PILLAR_AGG E
            JOIN UG_ES_CTE1 S ON S.PROFILE_FY = E.FY_YEAR_SNAPSHOT
        ORDER BY FY_YEAR_SNAPSHOT DESC
    ),
    CUSA_CTE_UNION AS (
        SELECT EQUIP_NO,
            PICK_ID,
            INSTLN_DT,
            '$(vYear_Previous_1)' || '/' || '$(vYear_Current)' as FY_YEAR_SNAPSHOT,
            CUSA_CARRY_OVER_POLE_CLMP_TYP,
            CUSA_MCB_SVC_CBL_CLMP_AT_POA,
            CUSA_CNSMR_POLE_CLMP_TYP,
            CUSA_ST_MAINS_POLE_CLMP_TYP
        FROM NAME_TABLE
        WHERE TO_DATE('$(current_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT_CDE = 'AC'
            AND CURR_FLG = 'Y'
            AND EQUIP_GRP_ID = 'CUSA'
        UNION ALL
        SELECT EQUIP_NO,
            PICK_ID,
            INSTLN_DT,
            '$(vYear_Previous_2)' || '/' || '$(vYear_Previous_1)' as FY_YEAR_SNAPSHOT,
            CUSA_CARRY_OVER_POLE_CLMP_TYP,
            CUSA_MCB_SVC_CBL_CLMP_AT_POA,
            CUSA_CNSMR_POLE_CLMP_TYP,
            CUSA_ST_MAINS_POLE_CLMP_TYP
        FROM NAME_TABLE
        WHERE TO_DATE('$(current_1_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT_CDE = 'AC'
            AND CURR_FLG = 'Y'
            AND EQUIP_GRP_ID = 'CUSA'
        UNION ALL
        SELECT EQUIP_NO,
            PICK_ID,
            INSTLN_DT,
            '$(vYear_Previous_3)' || '/' || '$(vYear_Previous_2)' as FY_YEAR_SNAPSHOT,
            CUSA_CARRY_OVER_POLE_CLMP_TYP,
            CUSA_MCB_SVC_CBL_CLMP_AT_POA,
            CUSA_CNSMR_POLE_CLMP_TYP,
            CUSA_ST_MAINS_POLE_CLMP_TYP
        FROM NAME_TABLE
        WHERE TO_DATE('$(current_2_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT_CDE = 'AC'
            AND CURR_FLG = 'Y'
            AND EQUIP_GRP_ID = 'CUSA'
        UNION ALL
        SELECT EQUIP_NO,
            PICK_ID,
            INSTLN_DT,
            '$(vYear_Previous_4)' || '/' || '$(vYear_Previous_3)' as FY_YEAR_SNAPSHOT,
            CUSA_CARRY_OVER_POLE_CLMP_TYP,
            CUSA_MCB_SVC_CBL_CLMP_AT_POA,
            CUSA_CNSMR_POLE_CLMP_TYP,
            CUSA_ST_MAINS_POLE_CLMP_TYP
        FROM NAME_TABLE
        WHERE TO_DATE('$(current_3_fy_Date)', 'DD-MM-YYYY') BETWEEN EFEC_STRT_DT AND EFEC_END_DT
            AND EQUIP_STAT_CDE = 'AC'
            AND CURR_FLG = 'Y'
            AND EQUIP_GRP_ID = 'CUSA'
    ),
    CUSA_CTE AS (
        SELECT U.*,
            CASE
                WHEN (
                    LOWER(CUSA_CARRY_OVER_POLE_CLMP_TYP) = 'helical clamp'
                    OR LOWER(CUSA_MCB_SVC_CBL_CLMP_AT_POA) = 'helical clamp'
                    OR LOWER(CUSA_CNSMR_POLE_CLMP_TYP) = 'helical clamp'
                    OR LOWER(CUSA_ST_MAINS_POLE_CLMP_TYP) = 'helical clamp'
                ) THEN 'Steel Preformed Helical Clamp'
                WHEN (
                    LOWER(CUSA_CARRY_OVER_POLE_CLMP_TYP) = 'wedge clamp'
                    OR LOWER(CUSA_MCB_SVC_CBL_CLMP_AT_POA) = 'wedge clamp'
                    OR LOWER(CUSA_CNSMR_POLE_CLMP_TYP) = 'wedge clamp'
                    OR LOWER(CUSA_ST_MAINS_POLE_CLMP_TYP) = 'wedge clamp'
                )
                AND INSTLN_DT < TO_DATE ('20100101', 'yyyymmdd') THEN 'Wedge Clamp Installed Before 2010'
                WHEN (
                    LOWER(CUSA_CARRY_OVER_POLE_CLMP_TYP) = 'wedge clamp'
                    OR LOWER(CUSA_MCB_SVC_CBL_CLMP_AT_POA) = 'wedge clamp'
                    OR LOWER(CUSA_CNSMR_POLE_CLMP_TYP) = 'wedge clamp'
                    OR LOWER(CUSA_ST_MAINS_POLE_CLMP_TYP) = 'wedge clamp'
                )
                AND INSTLN_DT >= TO_DATE ('20100101', 'yyyymmdd') THEN 'Wedge Clamp Installed On/After 2010'
                ELSE 'Other Clamp Types'
            END AS CUSA_STRATEGY,
            1 AS POP_COUNT
        FROM CUSA_CTE_UNION U
    ),
    ES_CTE AS (
        SELECT C.*,
            ES.INCDNT_DT,
            UPPER(ES.POF_INCD_NO) AS POF_INCD_NO
        FROM CUSA_CTE C
            JOIN ES ON ES.EQUIP_NO = C.EQUIP_NO
            AND TRIM(ASSET_GRP_DESC) = 'Service Connections'
            AND ELEC_SHOCK = 1
            AND INCDNT_DT >= TO_DATE('20160101', 'yyyymmdd')
            AND ES.EQUIP_STAT = 'AC'
            AND ES.CURR_FLG = 'Y'
            AND ES.POF_INCD_NO IS NOT NULL
    ),
    INCIDENT_DM_CTE AS (
        SELECT DISTINCT IDF.NMI,
            UPPER(IDF.INCIDENT_REF) AS INCIDENT_REF,
            ICD.INCDNT_CAT_NAM
        FROM  IDF_TABLE
            JOIN  ICD_TABLE ON IDF.INCIDENT_CATEGORY_SK = ICD.INCDNT_CAT_SK
            AND ICD.INCDNT_CAT_ID = 'ES'
        WHERE IDF.YR_NO >= 2016
            AND TRIM(IDF.NMI) != 'N/A'
            AND IDF.INCIDENT_REF IS NOT NULL
    ),
    INCIDENT_ELCK_SHK AS (
        SELECT E.CUSA_STRATEGY,
            E.EQUIP_NO,
            E.PICK_ID,
            E.INCDNT_DT,
            E.FY_YEAR_SNAPSHOT,
            1 AS EL_SK_COUNT
        FROM ES_CTE E
            JOIN INCIDENT_DM_CTE IDF ON E.POF_INCD_NO = IDF.INCIDENT_REF 
    ),
    CUSA_POP_CTE AS (
        SELECT CUSA_STRATEGY AS CUSA_STRATEGY_POP,
            FY_YEAR_SNAPSHOT,
            SUM(POP_COUNT) AS POP_COUNT
        FROM CUSA_CTE
        GROUP BY CUSA_STRATEGY,
            FY_YEAR_SNAPSHOT
    ),
    CUSA_ELEC_SHK AS (
        SELECT CUSA_STRATEGY,
            FY_YEAR_SNAPSHOT,
            SUM(EL_SK_COUNT) AS TOTAL_EL_SHK
        FROM INCIDENT_ELCK_SHK
        GROUP BY CUSA_STRATEGY,
            FY_YEAR_SNAPSHOT
    ),
    CUSA_SHK_KPI AS (
        SELECT E.CUSA_STRATEGY,
            E.FY_YEAR_SNAPSHOT,
            P.POP_COUNT,
            E.TOTAL_EL_SHK,
            (E.TOTAL_EL_SHK) / (P.POP_COUNT) AS CUSA_KPI
        FROM CUSA_POP_CTE P
            JOIN CUSA_ELEC_SHK E ON P.FY_YEAR_SNAPSHOT = E.FY_YEAR_SNAPSHOT
            AND P.CUSA_STRATEGY_POP = E.CUSA_STRATEGY
        ORDER BY P.FY_YEAR_SNAPSHOT DESC
    ),
    UG_CUSA_KPI_JOIN AS(
        SELECT UG.*
        FROM UG_SHOCK_KPI UG
        UNION ALL
        SELECT CUSA.*
        FROM CUSA_SHK_KPI CUSA
    )
    SELECT *
    FROM UG_CUSA_KPI_JOIN
    ORDER BY FY_YEAR_SNAPSHOT DESC;



    Show Less
  • forum

    Qlik Enterprise Manager

    Issue with QEM login API

    Hi, As a freelancer i got login URL and username/password from my client to work in qlik replicate. below is format of URL which open qlik replicate p... Show More

    Hi, As a freelancer i got login URL and username/password from my client to work in qlik replicate.

    below is format of URL which open qlik replicate platform in web.

    https://***.eu.qlikcloud.com/qdi/home

     

    I developed qlik replicate project, now i need to call this project from python script.

    I am planning to call 1. login followed by 2. runTask API, let me know if this is not correct approach.

    While calling login api. i am getting connected to the endpoint as i get 200 in response but APISessionId is not retured. Below is the response,

    HTTP/2 200
    content-type: text/html; charset=utf-8
    content-length: 2518
    x-frame-options: DENY
    strict-transport-security: max-age=15724800; includeSubDomains
    cache-control: no-store
    x-xss-protection: 1; mode=block
    x-content-type-options: nosniff
    x-ingress: MWC

     

    PLease suggest what is wrong. 

    endpoint URL i am calling using is: https://<host-name>/attunityenterprisemanager/api/V1/login

    where host_name i am replacing with "***.eu.qlikcloud.com" ... this i extracted from qlik replicate URL provided by client as mentioned above.

    Show Less
  • forum

    Brasil

    Mesmo mês do ano anterior

    Estou trabalhando em um gráfico que deve exibir o Realizado, o Orçado e o Realizado do Mesmo Mês do Ano Anterior. Ocorre que a expressão que estou uti... Show More

    Estou trabalhando em um gráfico que deve exibir o Realizado, o Orçado e o Realizado do Mesmo Mês do Ano Anterior. Ocorre que a expressão que estou utilizando para o MMAA não está funcionando como esperado:

    pedromsouza_0-1714417725962.png

    A minha expectativa era que, por exemplo, na coluna da competência 2024-02, fosse exibido o valor realizado neste mês, o orçado e o valor realizado de 2023-02.

    A expressão que estou utilizando é:

    Sum({<DEPARA_ORC={'dre100'},Competencia={'$(=max(Ano_bcalc)-1&'-'&max(Mês_bcalc))'}>} Valor)

    Como posso ajustar o set analysis para obter o valor desejado?

    Show Less
  • forum

    New to Qlik Analytics

    Append two tables to one when the primary key do not match

    I have two Q VD files (table1, table2) with the same column names, and I would like to append them into a single table called "final_table". The appen... Show More

    I have two Q VD files (table1, table2) with the same column names, and I would like to append them into a single table called "final_table". The append operation should only occur when the primary keys do not match from both tables. However, with the current code, I am only seeing IDs from table1 appear, and IDs from table2 are not being included.

    I would appreciate your guidance in resolving this issue.

     

    LOAD *
    From table1;
    Concatenate LOAD * FROM table2
    WHERE NOT Exists(id);

    Show Less
  • forum

    Qlik NPrinting

    Qlik Designer Excel Template

    Hello,    I'm working on creating a report in Excel using NPrinting. I have a table with up and down arrows showing the increase/decrease in values ba... Show More

    Hello,

     

     I'm working on creating a report in Excel using NPrinting. I have a table with up and down arrows showing the increase/decrease in values based on 2 years. When trying to add the table in NPrinting Designer, unable to import the table with borders and alignment from the source. If I uncheck the 'Source Format' option, I'm able to import the table but lose the color codes for the up/down arrows. I tried using conditional formatting in Excel but the expression in Qlik Sense is too large to use in Excel. Is there any workaround for this issue? Please help. 

    Show Less
  • forum

    Japan Healthcare

    全国行政区域のポリゴン(QVDでダウンロード)

    国土数値情報の行政区域 第3.1版(令和4年、令和5年)の全国版をQVDにしました。Zipで440MB程度あったファイルをSimplifyでポリゴンの頂点を簡略化し、12MB程度のファイルにしました。特定の行政区とデータを連携させて見る場合によいかもしれません。https://nlftp.mlit.... Show More

    国土数値情報の行政区域 第3.1版(令和4年、令和5年)の全国版をQVDにしました。
    Zipで440MB程度あったファイルをSimplifyでポリゴンの頂点を簡略化し、12MB程度のファイルにしました。特定の行政区とデータを連携させて見る場合によいかもしれません。
    https://nlftp.mlit.go.jp/ksj/gml/datalist/KsjTmplt-N03-v3_1.html

    行政区域コード(N03_007)をキーにしてExcelファイルのマスタと紐づけると下図のように市区町村からの検索も可能です。Taro_Murata_0-1695563031029.png

    Taro_Murata_1-1695563567948.png

     

    Show Less
  • forum

    App Development

    Filter Dimension when using Alternate States

    I am trying to create sales info for a customizable "Current Period" and "Prior Period" setup similar to what is in our company's ERP. I used the same... Show More

    I am trying to create sales info for a customizable "Current Period" and "Prior Period" setup similar to what is in our company's ERP.

    I used the same field INVOICE_DATE.autocalendar.YearMonth and created two filters with alternate states for each period.

    While that does work on the surface, it feels really limiting because I cannot seem to filter down any dimension field. I am using a pivot table format, and I cannot seem to filter down to one specific customer or product family or sales rep or anything. 

    Is there a way around this, or is this just inherent to Alt States in QLIK?

     

    THX! 

    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!