Hello everyone, I have OLAP database and I want to let the users select their view by drag&drop the dimension names to the row and colum of a preview cross table such that by selecting a dimension, say e.g. Products, on the row panel, two rows will be shown with dummy names (prod1, prod2), by selecting a column, say e.g. Customer, two column will be added to the corss table with headers (cust1, cust2)... and dummy 1,234.45 numbers in the four cells of the table:
---------------------------------------------- | | Cust1 | Cust2 | ---------------------------------------------- | Prod1 | 1,234.56| 1,234.56| ---------------------------------------------- | Prod2 | 1,234.56| 1,234.56| ---------------------------------------------- if I select another column dimension, say e.g., year: --------------------------------------------------------------------------- | | Cust1 | Cust2 | | |--------------------------------------------------------- | | Year1 | Year2 | Year1 | Year2 | --------------------------------------------------------------------------- | Prod1 | 1,234.56| 1,234.56| 1,234.56| 1,234.56| --------------------------------------------------------------------------- | Prod2 | 1,234.56| 1,234.56| 1,234.56| 1,234.56| --------------------------------------------------------------------------- which component is better to be used, and where I can find such solution if exists? Thank you for your help mman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

