Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fix in Set analysis one year withoul selection


Good afternoon,

I have a dashboard with the ítem "years", and i want without selecting any year in the dashboard,  to have the 2015 sales  data in a table.

How is this posible in set analysis?

Thanks

Belén

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Set will be

{<Year={2015}>}

Edit:  Or if it should be a current year (that is 2016 in next year and so forth):

{<Year={"$(=Year(today()))"}>}

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Set will be

{<Year={2015}>}

Edit:  Or if it should be a current year (that is 2016 in next year and so forth):

{<Year={"$(=Year(today()))"}>}

buzzy996
Master II
Master II

try this,

=Sum({$<Year={"2015"}>}Sales)

Not applicable
Author

Thanks