New to Alteryx. I need a way to create new column for patients of first dose vs follow up doses. In Tableau the equation was
If [Admin Date] =
{fixed [Account Number], [Prescription Number] : str(Min([Administration Date]))}
then 'First Dose'
else 'Follow Up Doses'
END
I need to get the Min or earliest [Administration Date] on each specific Prescription Number, within each grouping of Account Numbers.