Hi Mars!
Sorry for the lack of documentation!
RAW measure is a custom measure function for the detail row data query
on the fact table.
if you have the same scenario. you can define the RAW measure function
on the column which you want to select the detail row data.
if you want to the SQL "select column1,column2,column3 from fact_table"
return the correct result. you must define RAW measure function on
"column1","column2","column3",
and choose some column which well-distributed to dimensions.
after the cube build, you can use the SQL "select
column1,column2,column3 from fact_table" to query the detail row data on
the fact table!
在 2016年05月17日 16:54, Mars J 写道:
Hello All,
I try to build a cube with raw and give it a column, but I don't
know what the measure 'raw ' mean and how to use it.