Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rperezlaso
Contributor III
Contributor III

Filtering panel dates in one table graphic ?

hello friends,

i have a problem. I need to filtering panel by date (day/month).

add the table graphic with all fields:

id / time_table1 / desc_table1 / time_table2 / desc_table2

and need to add filtering panel by day and month. how can I solve that ?

thanks.

TABLES EXPAPLE:

STEP1_TABLE:

id :

1,2,3

time_table1:

1/3/2018 12:22:22, 2/3/2018 12:23:22, 2/3/2018 12:24:22

desc_table1:

abc, bca, cba


STEP2_TABLE:

id :

1,2,3

time_table2:

1/3/2018 12:27:22, 2/3/2018 12:28:22, 2/3/2018 12:29:22

desc_table2:

zzz, bbb, ggg

25 Replies
MK9885
Master II
Master II

pfa

Edit*****

I forgot to add at the end of the script after Drop Table  TempCalendar;

Drop Table  QuarterNAME;

rperezlaso
Contributor III
Contributor III
Author

but i need to see the time in 2 colums.

MK9885
Master II
Master II

this?

2018-08-08_143313.png

rperezlaso
Contributor III
Contributor III
Author

no i need see time 1 and time 2 in colum and fliter i need is only one time.

thanks for your work

MK9885
Master II
Master II

Ok, you can experiment with both files and see what you want in front end...

Thanks.

rperezlaso
Contributor III
Contributor III
Author

thanks for all.