I have a loop in my code. i want to loop the next 7 events with (if not today: date of the day, tc(cut, weekday)) time and tc(ell, title)
usually i add spaces with
formula A + " " + formula B
but the use of quotes in the fl formula seems to not allow this. i could cheat with df(d. E' ', time)
adding spaces within the date pattern of df, but like that i can't cut the weekday. is there a workaround? how do i add spaces between elements of a loop formula?
this is my formula so far:
$fl(0,6,"i+1","if(df(yyyyMMdd, ci(start, e+i))>df(yyyyMMdd),df(d. E' ', ci(start, e+i)))+df(h:mm, ci(start, e+i))$-$df(h:mm, ci(end, e+i))$ $tc(ell,ci(title, e+i),10)","
")$