In BO IV I have a dimensions [LT] with values between 0 and 120.
When I create a bucket variable [category] like:
If [LT] >= 2 Then “low” else “High”
And I select in my report [LT] and [category] I get a list with
0, low
1, low
2, low
3, high
4, high
etc. etc.
When I remove [LT] from my report, I get #Multivalue.
I expected to see
Low
High
(for further use in the report)
Is there a correct way to avoid this.
thnx in advance
MennoBlaauw (BOB member since 2011-11-09)