Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Year | Period | Document code | Clearing DocumentNumber | AR value | Invoice number | cheque number | payment term |
2024 | 12 | RV | 353535 | 100 | 12345 | N30 | |
2024 | 12 | AB | 353535 | -100 | |||
2025 | 1 | DZ | 353535 | 100 | 55557 | ||
2025 | 2 | RV | 989998 | 500 | 67899 | N60 | |
2025 | 3 | DZ | 989998 | 500 | 88995 |
INVOICES | |||||
Year | Period | Document code | Clearing DocumentNumber | AR value | Invoice number |
2024 | 12 | RV | 353535 | 100 | 12345 |
2024 | 12 | AB | 353535 | -100 |
PAYMENTS | |||||
Year | Period | Document code | Clearing DocumentNumber | AR value | cheque number |
2025 | 1 | DZ | 353535 | 100 | 55557 |
Got it! Here’s a revised and clean version of your Qlik Community post with company name removed, only the relevant lines for Question 1, and an added note about what was tried in the CSS file too.
Subject: Custom Theme Help: Flexible Measure Colors & Axis Tick Styling
Hi Qlik Community,
I'm customizing a Qlik theme and have two questions I could really use help with:
I want to define a default measure color (e.g., white for dark mode), but still allow designers to change the measure color in the property panel. Currently, it stays fixed and cannot be overridden.
theme.json
:"object": {
"kpi": {
"value": {
"color": "@measureColor"
}
}
},
"color": {
"palette": {
"measureColor": "#FFFFFF"
}
}
theme.css
:.qv-object * {
color: #FFFFFF !important;
}
But this seems to override everything and makes the measure color uneditable in the UI. What's the correct way to define a default color without locking it?
I'd like to set axis tick numbers (e.g., 0, 5, 10…) to a specific color like #E0E0E0
, but keep titles/labels untouched.
theme.css
:.qv-axis text,
text.qv-axis {
fill: #E0E0E0 !important;
}
Also tried:
.qv-object-axis text {
fill: #E0E0E0 !important;
}
Neither worked. Does anyone know the right selector or workaround for targeting just tick values?
I’ll include a screenshot for clarity.
Thanks so much in advance!
Greetings,
I've downloaded all Talend components including Talend Data Preparation, Stewardship Console, TAC, etc., and completed the required configurations.
However, I’m having trouble understanding how to use Talend Data Preparation and Talend Stewardship Console on my desktop. I'm already familiar with their cloud versions, but I'd appreciate guidance on how to get started with the desktop-based usage for these tools.
Are there any specific steps or documentation for running and using these locally since I am unable to find any?
Bonjour,
Nous avons configurer le compte de service et nous lui avons donné tout les droits lors de sa création.
Puis nous sommes allé sur la fenêtre "environnement >> autorisations des espaces de travail" pour lui donner également les droits sur les Workspace et les environnements.
dans le partie compte de service nous avons réussi à lui donner les droits "opération de gestion" mais pas les droits "moteurs utilisations".
Puis on a tester de checker tous les jobs présents dans le workspace de Test en utilisant postman via cette URL :
https://api.eu.cloud.talend.com/tmc/v2.6/executables/tasks
et dans autorisations j'ai mis le Bearer token que je venais de généré via l'url :
https://api.eu.cloud.talend.com/security/oauth/token
et dans le body j'ai mis none
et j'ai obtenu la réponse avec le code retour 200 OK et le message suivant :
We’re excited to kick off a new chapter in our advocacy story — the Qlik Luminary & Partner Ambassador Affiliate Program. This new initiative gives past Luminaries and Ambassadors a way to stay connected and keep making an impact. It celebrates those who continue to champion Qlik in their organizations and beyond — long after their official program year ends.
The Affiliate Program gives these leaders an ongoing platform to stay involved, share their expertise, and keep inspiring others across the Qlik community.
Meet our Affiliates!
We’re proud to recognize these incredible individuals, innovators, thought leaders, and trusted voices, who are extending the impact of our advocacy programs and helping us grow an even stronger, more connected Qlik network.
Meet this incredible community of leaders and innovators below:
Luminary Affiliate |
Partner Ambassador Affiliate |
|
Mika Ahtinen, Senior Customer Success |
Ivan Bozov, Business Data Lead, Borealis AG |
George Beaton, Director, |
|
|
|
|
|
Steve Dark, Owner, Director and |
|
Carolyn Fernald, Head of Marketing, |
|
|
|
|
Martin Gries, Director SCM/Head of Data & Analytics, H. & J. Bruggen KG |
Abhishek Kookana, Qlik Lead, |
Chris Hansford, Principal Business Intelligence Development Manager, DEFRA/Environment Agency |
|
Kelly Heys, Head of Information, University of Morecambe Bay NHS FT |
|
Annette Jonker, Data & Analytics Leader |
|
|
Chris Lofthouse, Commercial Director, |
Frank Kozurek, Director, Motion BI |
|
|
Sergey Makushynski, Managing Director, |
|
Davide Massari, General Manager, |
|
Rakesh Mehta, Owner/Partner, |
|
Juraj Mišina, Senior BI Specialist, |
|
|
|
Kerk Ying Ng, Augmented Insights |
|
|
Sandip Musne, Program Director, TCS |
|
|
|
|
|
|
|
Claudia Scott, IT Business Advisor, Enterprise Data Services, Delta Air Lines |
|
|
Kuba Szurogajlo, Senior Qlik Developer, |
|
Mahesh Tendulkar, Senior Manager, |
|
|
|
Edwin Van Megesen, SVP of Business Development, Motio, Inc. |
Gwen Stamp, Associated Director- Technology, Qlik CoE, Raymond James |
|
Paul Wakefield, Group Head of Finance, B&H Worldwide Ltd |
|
|
|
|
Stephanie Whyte, Lead Qlik Developer, |
|
|
|
|
Please take a moment to leave a comment and/or like! Are you a former Luminary or Partner Ambassador who would like to stay connected to Qlik as an Affiliate? Contact us at QlikLuminaryProgram@qlik.com or QlikPartnerAmbassadors@qlik.com.
Hello
I have a requirement to secure QVD files from being consumed by a Team of developers
you know developers can create a folder data connection and thus can consume QVD files seemlesly
How can I secure a folder from being accessed by a team of developers via creating a folder data connection?
I know via security rules but none of my trials worked
kindly help
assume no security rules created yet
@Sonja_Bauernfeind
hello
I have created an automation using a service account user in a Shared Space. The automation reads the load script and finds a particular table if that exists in the script. this is helpful for us as we have a distributed Qlik develop environment and we would like to inform the owners if we are changing underlying models.
When I am logged in as that user (service account user), the automation works and identifies all apps that users a particular table.
But when the same automation is run by another user who has access to the shared space, an error message is generated esp when the API call is made for Get LoadScript.
what am I missing?
A few days ago our Qlik Server host crashed and when trying to restart services there is an error regarding the Qlik Sense Service Dispatcher. The error states "The description for Event ID 300 from source Qlik Sense Service Dispatcher cannot be found. Either the component that raises the event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer."
Does anyone know how to resolve this issue?
Watch expert-led sessions from Qlik Connect 2025 to see how our latest innovations help you integrate and analyze data.
Salesforce's acquisition of Informatica brings change. Explore options for a smoother transition.
See why Qlik was named a Leader in the 2025 Gartner® Magic Quadrant™ for Analytics and Business Intelligence Platforms.
We’re excited to introduce the ability to manage automations in shared spaces, enabling collaboration and execution through the context of a shared space.
A one-day focused event designed to give you practical strategies and real-world use cases for transforming data, analytics, and AI.
Your journey awaits! Join us by Logging in and let the adventure begin.
Billion-dollar organization delivers quality service and consistency at scale with Qlik Answers, powered by Amazon Bedrock.
Thomas More University works with the Qlik Academic Program and EpicData to encourage and inspire students.
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!
Únete a la conversación con usuarios de Qlik en todo México: comparte ideas, haz preguntas y conéctate en español.
Qlik Communityの日本語のグループです。 Qlik製品に関する日本語資料のダウンロードや質問を日本語で投稿することができます。
Connectez-vous avec des utilisateurs francophones de Qlik pour collaborer, poser des questions et partager des idées.
Discover how to leverage machine learning and AI to forecast outcomes directly in Qlik.
Get guidance, tips, and community support for your journey to Qlik Cloud Analytics.