Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks, below my simple table
Please Notice that i have two fields from different table and i need just to count first appearances
What i did:
COUNT({ [FLAG_NEW] = {'New'}, [Date] = {"=firstsortedvalue(floor([Date]), floor([Date]))"} >}DISTINCT [%WorkItem]) //Option 2 count(Aggr( If(FirstSortedValue(Date_FLoor, -Date_FLoor) = Floor_CreatedDate, 1, 0) , [%WorkItem]))
Still doesn't work 😞
Second Option is working but when i select specific bar it's stop working because i used aggr()
Expected result
@Micki what is the dimension of Bar? Try adding that Dimension as well in aggr