Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am looking to return a set of values that have an Transaction Type (dimension) = 'Airfare' and that the on the transaction was Spend > 600 within a a text object. I am getting caught up on the expression right now.
=COUNT({<[Transaction Type] = {'Airfare'}, Speed = {">60"}>}Value)
or
=SUM({<[Transaction Type] = {'Airfare'}, Speed = {">60"}>}Value)
Thanks Manish that should do it, still working on my set analysis.
=sum({$<type={'airfare'},speed={'>600'}>}planes)
it returns the total planes which contain only airfare type with their speed morethan 600