动态 OLAPCube Flex
我正在尝试将数据推送到 Flex 中的 OLAPCube 中。传入的数据是平坦的,并且事先不知道任何其他信息。
如何让 Flex 自动创建尺寸等,以便我可以将某些内容绑定到立方体?使用弹性图表,就像将数据提供程序设置为数组集合一样简单,并且可以正常工作。
我遇到的唯一示例展示了如何使用 Flex 对数据名称进行硬编码;没有什么动态的。任何帮助将不胜感激。
I'm trying to push data into an OLAPCube in flex. The data coming in is flat and nothing else is known before hand.
How do I have flex automatically create dimensions and such so that I can bind something to the cube? Using a flex chart, it's as simple as setting the data provider to an array collection and it works.
The ONLY examples I have come across show how to hard-code names of data using flex; nothing dynamic. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试此操作已有几个月了,但我在此页面上发现了很多有用的链接:
http://flexpearls.blogspot.com/2008/04/using-flex-olapolapdatagrid-for-doing.html
pivotComponent 可以动态执行很多操作。
It's several months since I attempted this but I found a lot of useful links on this page:
http://flexpearls.blogspot.com/2008/04/using-flex-olapolapdatagrid-for-doing.html
The pivotComponent does a lot on the fly.