Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following formula which brings me back what I need, but I would want to only show info for when the date is today minus 1 day.
Would anyone know what i should add in to make this work?
sum({<[Group Work Type]={'Hub Revenue'}>} dwrQuantity)
Something like this, depending on structure of the DateField
sum({<[Group Work Type]={'Hub Revenue'},[DateField]={''$(=Date(Today()-1))''}>} dwrQuantity)