

Specialist
2018-01-01
03:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how can i split a straight table with 50 records result into 2 straight tables?
I have this straight table in Qlik Sense:
Date, Name
This gives me 50 records.
Now i want to create two straight tables : one which shows me the first 25. And the other Straight table should show the other 25 records.
I tried with this:
If(RowNo() > 0 And RowNo() <= 25,RowNo()) and then a "Include Null Values" Unchecked .. this works fine .. but i don't want to create another column, just for this (space is limited)
If(RowNo() > 0 And RowNo() <= 25,Name) Also doesn't work.
Anyone got other ideas? Otherwise i have to load a special table for this, which puts the RowNo into the datamodel.
Thanks in advanced
1,413 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2018-01-01
03:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The attached seems to work for me.
1,248 Views
2 Replies

Anonymous
Not applicable
2018-01-01
03:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The attached seems to work for me.
1,249 Views

Contributor II
2022-04-23
04:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Bill,
What is the solution for Qlikview Desktop Please?
616 Views
