Hi I have the following code in "Items" of a Gallery
AddColumns(DateRange,"vis",Date>=(ThisItem.StartDate) && Date<=(ThisItem.DueDate));
AddColumns(IndexedPhases, "col",LookUp(IndexedPhases, Value=(ThisItem.Phase.Value),PhaseColor))
When each of these statements are by themselves the formula runs but I cannot get the ; operator to chain them. What and am I missing?
Any help would be appreciated. Thanks!