Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
alec1982
Specialist II
Specialist II

freeze top row on a table

hi all,

i have the following table and i want the top row always visible (freeze it)..

I used to do that using an aggregated dimension but that didnt work.. anyone has a solution

Dim1,Dim2,Dim3, Value1, Value2

AA,BB,CC,4,5

a,s,d,1,2

b,d,s,2,3

c,d,a,4,3

d,f,g,5,4

5 Replies
MK_QSL
MVP
MVP

TOP row means

AA, BB, CC, 4 , 5?

MK_QSL
MVP
MVP

You can use a straight table

dimensions

Dim1

Dim2

Dim3

Expressions

SUM({<Dim1 += {'AA'}>}Value1)

SUM({<Dim1 += {'AA'}>}Value2)

alec1982
Specialist II
Specialist II
Author

yes

alec1982
Specialist II
Specialist II
Author

I dont think that freezes the top row..

MK_QSL
MVP
MVP

It will not freeze up but you will get that line even after selecting anything from your list box..

There is nothing like freeze rows same as Excel here..