- The Data Mix
- Posts
- 📊 Let It Flow: Qlik’s No-Code Data Prep Is Here
📊 Let It Flow: Qlik’s No-Code Data Prep Is Here


Hey, it’s Brian again 👋
Last week’s Qlik Connect 2025 edition - Agentic and Open - sparked a ton of conversation.
From metadata trust scores to embedded AI agents, the keynote takeaways hit hard. And if you tuned in to the episode, you’ll know we covered it all from the ground in Orlando. If not 👀
But this week, we’re diving into something a little more hands-on.
📂 Qlik Cloud Data Flow – the no-code prep canvas that’s quietly changing the way analysts work.
Whether you’re wrangling Excel files or pulling from SQL, this tool lets you clean, filter, join, and shape your data without touching a line of script.
🔴 And don’t skip this week’s double But First – one’s a behind-the-scenes interview with Qlik CEO Mike Capone, and the other… well, it’s a little nudge from me.
Let’s get into it.

In Today’s Issue
I’m going to cover these things with you today!
But First… Interview with Mike Capone at Qlik Connect - Qlik’s CEO up close and personal.
But First (2) - A request for your support - Have Qlik requirements? Drop me a line.
Cool Tool - Wistia, a leading video marketing platform for businesses.
Deep Dive - Data Flow - The no-code entry point into the power of Qlik’s scripting world.
Before You Go - Other ways that I can help and work with you
Finally - at the end of my newsletter, you’ll get a poll to tell me how I did and feedback what you’d like to see in the future and do for YOU! Let’s hope it’s not a 🥧 chart!
First time reading? ⏬⏬

But First…Interview with Mike Capone at Qlik Connect!
Last week, I was live in Orlando for Qlik Connect 2025 – not just as a media partner, but with one specific mission:
🎤 To sit down with Mike Capone, CEO of Qlik, for an exclusive interview about where the platform is heading next.
And this wasn’t your average press-room chat.
We covered the real stuff:
Why Qlik is betting big on agentic AI – and what that means for your apps
The evolving role of trust scoring and metadata in Qlik Cloud
How acquisitions like Upsolver, Kyndi, and Talend are reshaping the roadmap
And whether “dashboards” are still the future (hint: it’s all about decision experiences now)
The interview is part of our latest episode of The Data Mix Podcast, and it’s well worth a listen if you want a clear read on where Qlik is going – directly from the top.
And if you’ve ever wondered what it’s like to chat 1:1 with the person shaping Qlik’s entire direction – you’re about to find out.

But First (2)…I need your help
Quick note before we dive into today’s issue 👇
With a major Qlik Cloud engagement just wrapped, I’ve got some new room in the calendar.
So if you’ve been:
→ Wrestling with reporting chaos
→ Exploring a new Qlik Cloud rollout
→ Wondering how WhatsApp for Qlik could work in your business
→ Or just need a second pair of eyes on your dashboards or automation setup…
Now’s a great time to connect.
Whether it’s advisory, hands-on development, or something experimental – I’d love to hear what you’re working on.
📱 Drop me a quick message on WhatsApp: +44 131 560 6887
Let’s talk Qlik, data, and getting things unstuck.

⚒️ Cool Tool - Wistia
Wistia analyzed millions of videos so you don’t have to
Wistia, a leading video marketing platform for businesses, just released their fifth annual State of Video Report! The report, based on insights from over 14 million videos, and 100,000 businesses, brings you the latest video tips, trends, and insights. Download a copy to…
See how your videos perform against industry benchmarks
Learn which kinds of videos get the most engagement so you can make more of them
Find out how to scale your video strategy for less $$ with AI
Plus, it’s actually fun to read. How many reports can you say that about?

🔍 Deep Dive: Let It Flow – Practical Data Prep with Qlik Cloud Data Flow
Qlik’s new Data Flow capability in Qlik Cloud is a game-changer for analysts and non-technical users who want to prep data visually – without touching a script.
This deep dive walks through what Dataflow does, why it matters, and how you can start using it today to clean, combine, and shape your data faster than ever.
🔍 Why This Matters: Script-Free Data Prep Is Here
Data prep is often the messiest part of analytics. And for non-technical users, it’s also the biggest blocker.
Qlik Cloud Data Flow removes that roadblock. It gives users a drag-and-drop canvas to filter, join, format, and enrich data without writing a single line of code.
Each action is tracked visually. Every result is previewable.
And the script? Auto-generated behind the scenes – so you can trust what you’re building.
This matters because:
Analysts can build reliable data pipelines without waiting on IT.
Ops teams can clean up survey results or export Salesforce data in minutes.
HR, finance, and marketing teams can automate repeatable workflows – with zero scripting.
Dataflow democratizes data prep. And for anyone moving from Excel hell to scalable analytics – this is the bridge.
🧪 The Scenario: U.S. Sales Data, Cleaned and Ready
Let’s walk through a simple but powerful scenario adapted from Qlik’s official Dataflow tutorial.
Goal: Filter global sales data to just U.S. customers, enrich it with full state names, clean up fields, and output a ready-to-use dataset for Qlik Sense apps.
You’ll need:
sales_data_sample.xlsx
(raw sales orders)states.xlsx
(2-letter codes → full names)
⏬ Download the sample files here: https://help.qlik.com/en-US/cloud-services/tutorials/DataFlowBeginnerTutorial.zip
The Flow (in plain English):

Add both Excel files as sources.
Filter for U.S.-only records.
Join to bring in full state names.
Rename and reorder fields.
Uppercase contact names.
Output a clean QVD.
The Magic? All of this happens with clicks – no script.
🛠 Step-by-Step: How to Build This in Qlik Cloud
Create a new Dataflow
Go to Analytics > Prepare data > Dataflows
Click Create new and name your flow
Add your sources
Use Browse Catalog to bring in both Excel files
Drop them onto the canvas
Apply a filter
Add a Filter processor to
sales_data_sample
Set it to
COUNTRY = 'USA'
Preview results live
Join for state names
Add a Join processor
Link the filtered sales data with the
states
fileMatch on
STATE = Abbreviation
Result: Full
StateName
column appears
Clean it up
Use Select Fields to rename
STATE
toStateCode
and reorder columnsAdd a String processor to uppercase
CONTACTLASTNAME
Add a target
Set the output as a QVD named
us_sales_cleaned.qvd
Run the flow – done!
Each step previews in real time. Each output is reusable across Qlik apps.
📁 Visual Overview
Data sources → Filter → Join → Rename → Format → QVD Output
Like an ETL flowchart, but fully interactive
Easily extend with additional logic or schedule runs
💡 Real Use Cases (from the field)
Ops teams: Joining shipment data with location lookups to fix geo errors
HR analysts: Combining employee data with survey exports to report on engagement by tenure
Finance teams: Merging quarterly forecasts with actuals to generate variance datasets
Retail analysts: Filtering high-volume orders and enriching with promo calendar data
Everyday Excel tasks – now automated and reusable.
🧰 Processor Power: The Building Blocks of Every Flow
At the heart of every Dataflow are processors – the no-code transformations you drag into your pipeline. Choosing the right ones makes or breaks your flow.
Here are 6 essential ones to know:
1. Filter
Keep only what matters. Great for slicing by geography, date ranges, or product categories.
2. Join
Merge data sources together (like product IDs with descriptions or user activity with CRM data).
3. Select Fields
Rename, reorder, or drop fields. Perfect for tidying up your dataset before output.
4. Calculate Fields
Add new columns based on formulas – like profit margins, customer tenure, or if/then logic.
5. String Formatter
Fix casing, trim whitespace, or apply regex. Often used to clean names, codes, or free text fields.
6. Aggregate
Group your data by dimension (e.g., region or salesperson) and summarize metrics (e.g., sales totals).
💡 Pro tip: Use the processor preview tab at every step to avoid surprises at the end.
📚 FAQ: What You Need to Know
Can I preview my changes at each step?
Yes – every processor has a preview tab, so you see results live.
Is this just for Excel files?
No – Dataflow supports files, databases, APIs, and governed data sources.
Can I still write script if I need to?
Yes – add a "Custom Script" block if required. But most users won’t need to.
Can I schedule or automate flows?
Yes – schedule them like app reloads, or trigger via Qlik Application Automation.
Where does the output go?
Usually to QVDs or files in your Qlik Catalog. You can also export to external locations.
📈 Final Takeaways
Qlik Cloud Dataflow is not a toy. It’s a full-fledged, no-code data prep engine that brings real transformation to how analysts work.
It’s:
Easier than scripting
Faster than waiting for IT
Flexible enough for production
So if you’ve ever built a 10-step Excel workflow to clean up survey data or merge two reports – you’re going to love what Dataflow can do.
Let it flow.

Rate today's Newsletter |

Before you go - here’s 3 ways I can help you
LinkedIn - I’m always talking about Data, Qlik on there and would love to connect with you!
WhatsApp for Qlik - Want to talk to your data in Qlik using WhatsApp? I built that as a service and you can check out the demo.
The Data Mix Podcast on YouTube - Every fortnight, I deliver a cordial interview with the best guests in the world of Data and Analytics.
P.S. If you’re interested in sponsoring the newsletter, please drop me a reply and let me know. Let’s talk!
Reply