Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
A simple setanalysis questions:
If i want to see some data on a dimension but disregarding other dimensions how do i write that then?
Example:
DimensionsEmployee:
ID
Name
DimensionDate:
IDDate,
Year,
Month
Fact:
IDDate,
ID,
Amount
How do i then see amount on my selected employees, but they dont change when selecting year and month?
in this case my amount should not be affected by year and month
Hi,
try sum({<Year=, Month=>} Amount)
Hi,
add Name your Dimension and Sum({$<Year=, Month=>}Amount) your expression.
what happens if i put 1 infront
With Sum({1<... you ignore all the selections on all the fields.
so bascially this will show me all?
Yes, if you use sum({1} Amount) all the selections (not only on Year and Month) will be ignored