jjmontesl / cubesviewer

Explore and visualize analytical datasets
http://www.cubesviewer.com
Other
441 stars 112 forks source link

Order_Attribute not working in CubesViewer-Server 2.0.2 #90

Open jhramirez320 opened 7 years ago

jhramirez320 commented 7 years ago

I am experiencing the same issue seen in number #69. The order_attribute is not being enforced by the application. Here is a same of my JSON code:

    {
        "_comment": "Generated by CubETL",  
        "label": "Year", 
        "levels": [
            {    
                "name": "year",
                "label": "Year", 
                "role": "year",
                "attributes": ["year"],
                "label_attribute": "year", 
                "order_attribute": "year"
            }
        ], 
        "name": "year"
    },

I went through 3daf61c, the commit that fixed the issue in the cubesviewer version only, and I did not see the same changes in the current server version.

jhramirez320 commented 7 years ago

2016-11-28_1755