Hi, How to create a slice for the top 10 val...

Hi,

How to create a slice for the top 10 values. [costumer] {name} [Amount] {number}

row filter?

thanks

0 1 464
1 REPLY 1

@Itay_Golan You can use ORDERBY() and TOP() to get a list of keys of the top 10 value, then in the slice condition check if a row is IN() that list.

Top Labels in this Space