I came across something on the internet over the weekend about an OBIEE function called width_bucket - which I had not used before - can anyone help me understand the point of it because whatever I read I am just not following the purpose of it.
Try this, the blog is also good for some other relatively new functionality; -
OBIEE in IL: OBIEE 12c Advanced Analytic part 2: BIN and WIDTH_BUCKET
As to its purpose see this paragraph in particular, and the last part of it for the concept in a nutshell, so essentially it is like a bin (case) statement but with the following differences, you might also want to look at the plsql docs on width_bucket.
Note the following differences between the BIN and WIDTH_BUCKET functions:
"Penny" dropped.
It makes sense now.
Not sure how it is useful to me yet, but you never know!!!!!
Thank you.