Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I wanted to calculate Median of Rows in Straight chart. below given is the expression I am using. However, this expression giving me expression total. Also there is no selection available in Straight chart to calculate "Median of Rows". Please help how to calculate Median.
Exp=Median(Aggr(Only({<FlagDate = {1}>} [E2EDays]),id))
Thank you.
Nayan
Hello
you can the Median setting in the diagram
try something like
Median({<FlagDate = {1}>}Aggr(Only({<FlagDate = {1}>} [E2EDays]),id))
Hi Shiva, Thanks for reply.
Both expressions results same output
if possible can you share a sample .qvw?