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

Load todays Date in separate table

Hi friends,

I want to do like this

A:

Load Today()   AS Current_Date

from ..........

How can i do this ? Please help.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Let vToday = Today();

Temp:

Load Date('$(vToday)') as TodayDate AutoGenerate 1;

View solution in original post

1 Reply
MK_QSL
MVP
MVP

Let vToday = Today();

Temp:

Load Date('$(vToday)') as TodayDate AutoGenerate 1;