Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Visible filter criteria

Hi team,   In all of my created reports, filters are active. However, when the results appear according to the selected criteria, I would like these criteria to be mentioned in, for example, a sub-...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous - Use selectedvalue function to get the results, you could use the following:-

     

    Selection = var dte = Min(Date)&"to"Max(Date) var client = selectedvalue(Client) var title = "Title" return title&"+"&dte&"+"&client

     

    In this solution I am hoping that you have single client selection in the slicer, if its mutliptlt then me know, otheriwse if this solves your purpose kindly makr this solution as accepted.