Hi Team, I need help converting calculation syntax from Tableau to OAC.
For example, what would the equivalent of
{ FIXED DATETRUNC('minute',[Appointment Begin Date]), [FIN]: (IF (COUNTD([FIN]))>=1 THEN 1 ELSE 0 END)}
this, which is a Tableau calculation look like in OAC.
{Image attached for reference}