Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am trying to display count of records in a straight table , my table is showing 13 but the expression I have shows 8
Can know the correct expression ?
Thanks
Maybe
=Count(
{<CLNDR_DT={'$(=vSelectedDate)'}, [User Friendly Metric Name]=, Date=, [Metric Type]=>}
DISTINCT if(left([Metric Type], 4) = 'TP50', [User Friendly Metric Name])
)
Maybe
=Count(
{<CLNDR_DT={'$(=vSelectedDate)'}, [User Friendly Metric Name]=, Date=, [Metric Type]=>}
DISTINCT if(left([Metric Type], 4) = 'TP50', [User Friendly Metric Name])
)
Hi, Use a aggr in Previous expression, like this:
aggr(FirstSortedValue( { <CLNDR_DT={"<=$(=vPreviousDate)"}, [User Friendly Metric Name]=, Date=, [Metric Type]=>} Value, -Date,1 ), [User Friendly Metric Name])