Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
i have a question, Is there any technique or procedure, how to implement FromDate and ToDate in Master Calender to use as one Field?
Thanks a lot for any feedback and response
Beck
Hi Pradosh,
thanks a lot for your feedback and response, i postet to this issue an another issue:
https://community.qlik.com/thread/277397
do you have any idea?
Beck
if this solved your query please close the thread
regards
Pradosh
if ithis solved, as matter of course i will do this
where exactly are you struck ?
in this issue
Thanks a lot Patil for your response and feedback
Hi Patil,
the Field: 'Close_Date' , what do you mean with Close_Date? Because i have only 2 Fields: FROMDATE and TODATE
Thanks a lot
Beck
Hi Folks,
i solved this issue by this way:
load date(FROMDATE + iterno() - 1) as DATE, [Amount] / (TODATE - FROMDATE) as DailyAmoount
from Source while FROMDATE + iterno() - 1 <= TODATE;
and after reload i do concatenate the Field: DATE with MasterCalender
i hope that helps
Beck