Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I am getting "invalid dimension error" on the master item that I created.
I will use 'A', 'B', and 'C' for each field just to make you understand it easier.
this is just a part of my expression. it has multiple similar conditions like below.
if((min(A, B) - C)*24 > 336 and (min(A, B) - C)*24 <=672, 'in 4 week')
HI @younlim91
FYI: We can't use Aggregation (like min, max) function in the dimension without aggr function.
Aggr(if((min(A, B) - C)*24 > 336 and (min(A, B) - C)*24 <=672, 'in 4 week'), YourDimensioFieldName)
or
Try to create the bucket in the script.
HI @younlim91
FYI: We can't use Aggregation (like min, max) function in the dimension without aggr function.
Aggr(if((min(A, B) - C)*24 > 336 and (min(A, B) - C)*24 <=672, 'in 4 week'), YourDimensioFieldName)
or
Try to create the bucket in the script.