There's REST API for cube creation, you could try to write some scripts to bulk load measures.
Thanks. Best Regards! --------------------- Luke Han On Sun, Dec 18, 2016 at 2:23 PM, Li Yang <liy...@apache.org> wrote: > Btw it is not often that MIN/MAX is as useful as SUM. For the sake of build > time and storage, you may not want to add MAX/MIN for every measure. > > On Tue, Dec 13, 2016 at 9:44 PM, 汪胜 <sky...@163.com> wrote: > > > Thanks for your suggestion! I'll try this way. > > > > > > > > 在2016年12月13日 21:26, Billy Liu<billy...@apache.org>写道: > > > > Maybe you could edit the cube json directly, but be careful always. > > > > 2016-12-13 15:30 GMT+08:00 汪胜 <sky...@163.com>: > > > > > Hello all, > > > I have many measures(about fifty), and I have to create SUM, MIN > and > > > MAX for every measure. Is there any good ways to create them at a time > > > instead of create one by one? > > > > > > > > >