Hi.
I have just started with Alteryx and need help in creating joins between transaction and time.
My fact table is a combination of head and line data and I have requested and confirmed date as YYYY-MM-DD and thats ok. I need
to join in my calender to fetch the Day number to be able to count days etc.
I wonder how I can do this ? The problem is that som of the dates can be 0 or null and I need to have all rows. When I use the join
I will lose date - is there some way use the left join and still have all colums ?
In Qlikview I used the Applymap function - is it possible in Alteryx ?