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: 
qliker3
Creator
Creator

Showing date column ignoring other tables

Hi,

my tables are connected with date column. How do i show the date column from a particular table without other tables?

Kind regards

Labels (3)
2 Replies
SerhanKaraer
Creator III
Creator III

Hello,

You must add flag fields into the tables in your model, so for instance you can count dates from table1 by using this expression: count({<Flag_Table1={1}>} DateField)

In this example, Flag_Table1 records are all 1s.

SerhanKaraer_0-1670185684415.png

Aditya_Chitale
Specialist
Specialist

Create a flag in the table from which you want to show dates and use it in set expression as below if you want to add date as dimension:

=Aggr(only({<flag={'test_flag'}>}date),date)

Regards,

Aditya