Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have Talend Studio trial version installed in my machine expiring in 4 days. Yesterday i received License key file and need help in integrating the key file to Talend studio.
Hello there.
I need to create a column in LOAD section to count how many times record has appeared before (including actual row).
I created a function called "UNIQUE-AUTO" on LOAD section
AutoNumber(Upper([Column1] & [Column2] & [Column3] & [Column4] & [Column5] & [Column6] & [Column7] & [Column8])) as "UNIQUE-AUTO"
This function aims to give a specific number for the concatenation of several columns.
So if I filter for the number 21454, I see that there are 5 occurrences in my database.
What I need is to create a function in SQL to find out how many times the record from UNIQUE-AUTO column appeared before. I.E, the values from the new calculated collum in SQL must show in the first line 1, the second line 2 and so on up to 5, as there are 5 occurrences for the number 21454.
Greetings.
In the QlikSense script, I have a table with some fields and a formula descriptor that defines the formula to be used for output. Is there a way to interpret the text in formula as a field and get the appropriate result?
ID | FORMULA | UNIT_RATE | MTOW_TON | FIXED_RATE |
1 | UNIT_RATE * ROUNDUP((MTOW_TON * 2), 0) | 10 | 50 | 1000 |
2 | FIXED_CHARGES * 0.25 | 20 | 40 | 2000 |
3 | MAX(UNIT_RATE * (MTOW_TON/1000), 100) | 50 | 1000 | 5 |
The expected outvalue value is shown in column EXPECTED_OUTPUT_VALUE below along with the calculation
ID | FORMULA | UNIT_RATE | MTOW_TON | FIXED_RATE | EXPECTED CALCULATION | EXPECTED OUTPUT VALUE |
1 | UNIT_RATE * ROUNDUP((MTOW_TON * 2), 0) | 10 | 50 | 1000 | 10 * ROUNDUP((50 * 2), 0) | 1000 |
2 | FIXED_CHARGES * 0.25 | 20 | 40 | 2000 | 2000 * 0.25 | 500 |
3 | MAX(UNIT_RATE * (MTOW_TON/1000), 100) | 50 | 1000 | 5 | MAX(50 * (1000/1000), 100) | 100 |
Hi everyone,
I'm on qlik sense on prem with May 2023 update.
I want to do a weight avg of a rank in qlik sense this is what I have so far in qlik sense set expression but it isn't work as need. Please help.
Hi all,
Country Information | Acquisition Details | |||||||||||||
Region | Countyr | Name | Code | Model | Company | Company2 | Contract ID | For Leased | For Leased 2 | For Leased 3 | Company3 | Contract ID with company |
Company4 | |
International | Australia | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3196402-1 | 687.87 | N/A | 226.78 | Included in Leasing | N/A | Aon | |
International | India | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3194923-1 | 829.02 | N/A | 379.93 | Included in Leasing | N/A | Aon | |
International | India | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3186352-1 | 712.32 | N/A | 194.26 | Included in Leasing | N/A | Aon | |
International | India | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3179713-2 | 668.35 | N/A | 134.13 | Included in Leasing | N/A | Aon | |
International | India | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3175579-1 | 610.50 | N/A | 268.59 | Included in Leasing | N/A | Aon | |
International | India | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3167298-2 | 650.13 | N/A | 219.31 | Included in Leasing | N/A | Aon | |
International | India | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3166301-4 | 752.07 | N/A | 48.76 | Included in Leasing | N/A | Aon | |
International | Australia | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3165890-3 | 646.57 | N/A | 375.05 | Included in Leasing | N/A | Aon | |
International | China | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3143003-3 | 645.94 | N/A | 404.8 | Included in Leasing | N/A | Aon | |
International | Australia | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3142591-3 | 709.17 | N/A | 350.81 | Included in Leasing | N/A | Aon | |
International | Australia | XYZ Pty Ltd | 1234 | Leased | DEF | ABX | 3141347-5 | 745.90 | N/A | 355.37 | Included in Leasing | N/A | Aon |
I have data as shown, i want to show the fields like country,company1,company 2 etc..,
How can i load this data in load editor ,can anyone help me with this
Hi guys.
I have several qvd files, which differ in the number and name of fields.
But I need to upload all the files with all their fields.
Is there a way to know if a file has a field or not, so that during the loading process, it does not generate an error when reading a file that does not have those certain fields?
Thanks and regards.
Hello, I am opening an existing qlik app using qlik.openApp(appId) then creating hypercubes to fetch data from qlik and use it in mashups
I have three challenges when trying to retrieve data using hypercube in a Qlik mashup:
1. I need to exclude a specific value while filtering data. I'm looking for an alternative to app.field.selectValues or selectMatch, something akin to the SQL NOT IN clause. For example, I want to get all records where the country is NOT IN "".
2. On my product comparison page, I need to fetch data for two products either sequentially or asynchronously. I have to apply multiple filters for the first product, create a hypercube to store that data, and then apply filters again for the second product, repeating the process. However, I've noticed that sometimes cube returns the same data for both products. This inconsistency is puzzling; about 50% of the time, it provides the correct, distinct data for the two products, but at other times, I receive identical data. I've experimented with various JavaScript methods to manage asynchronous behavior, such as promises and async/await, but the results remain unstable.
3. Occasionally, some values are returned incorrectly. At times I dont require any dimensions but just measures like SUM, Avg but here the values displayed in the Qlik app do not match what I get when querying in the mashup through hypercube. Refreshing or filtering again sometimes resolves the issue, but this behavior is also inconsistent, as the same code works at times.
For fetching data I am using app.createCube and to apply filters app.field().selectValues or selectMatch. I am a web developer and good with working with apis but not very famililar with qlik hypercube filtering. Any help would be greatly appreciated. Thanks!
Hi all
I have a requirement where expression being used in Qliksense bar chart and expression I need to implement as dimension in straight table?
I am attaching the expression in below image with variables included inside the set analysis.
Immediate response will be appreciated
Hi,
Currently we are using JWT Proxy workflow with section access. We use qlik mashup api's to load the qlik app.
We would like to continue to do so, but the current issue we are facing is socket's disconnection while relaying the requests. We would like to remove our backend so that it can directly connect to qlik.
Is this something possible with M2M? I could not find any examples for M2M with mashup api's. We cannot use qlik embed since we would need to we-write the application itself.
@Jeffrey_Goldberg Could you provide any input on this? as you suggested the initial approach for proxy when there M2M impersonation was not available?
Thanks,
Akshay
14x Olympic Medalist. 16x World Record Breaker. And Qlik Connect Keynote Speaker. Save $500 until Dec. 31, 2024
See why Qlik was named a Leader in the 2024 Gartner® Magic Quadrant™ for Data Integration Tools for the ninth year in a row.
Seamless Public Data Sharing with Qlik's New Anonymous Access Capability
Join us on Jan. 15 for expert guidance on thriving post-AI with After AI: Reinventing Data, Insights, and Action Amidst the Noise.
Browse our helpful how-to's to learn more about navigating Qlik Community and updating your profile.
Your journey awaits! Join us by Logging in and let the adventure begin.
Qlik enhances decision-making with high-speed insights, as Mayborn Group integrates data from various functions across their global operations, gaining a competitive edge in the childcare industry.
Nortera leads agricultural manufacturing analytics and automation with Qlik, reducing short-shipment rates and annual savings in water consumption.
Qlik Data Integration transforms Airbus' aircraft production, leading to over 150 replication tasks and informing more efficient analysis.
Join one of our Location and Language groups. Find one that suits you today!
A private group is for healthcare organizations, partners, and Qlik healthcare staff to collaborate and share insights..
Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。
Welcome to the group for Brazil users. .All discussions will be in Portuguese.
Hear from your Community team as they tell you about updates to the Qlik Community Platform and more!