Yeo Hui Fang
Yeo Hui Fang
I have tried with the below 2 cumulative measures. May I know if it is right to take the cumulative value minus the current value in order to exclude self?...
## Steps to reproduce It seems that we can create multiple date hierarchies with the same date column using `atoti.experimental.create_date_hierarchy`. However, occasionally I get the exception similar to `There is...
## Description It would be nice if we could format the KPI (feature values) to show the comparison in percentage. 
## Description Currently, when we publish widgets to the application from the Jupyter lab, we will need to refresh the dashboard before we are able to see the published widget....
## Steps to reproduce I have formatted the vectors using: ``` m["returns_vector.MEAN"].formatter = "ARRAY['|';0:5]" m["returns_vector.SUM"].formatter = "ARRAY['|';0:5]" ``` However, despite having the width, some of the rows are not showing...
I have a key - ArtId that contains only 52 rows. When it is added to the chart, I am unable to sort it. No exception is thrown.  It...
## Steps to reproduce I tried to follow [tutorial](https://docs.atoti.io/0.4.2/tutorial/01-Basics.html#Multilevel-hierarchies) to regroup my attributes in the same hierarchy but I encountered the error: ``` AtotiJavaException: The Copper level Level[level=coin_symbol] matches with...
## Steps to reproduce I have created a rolling windows in Pandas: ``` t = temp.rolling("7D", on="trans_date")["amt"].count() ``` It gives me the below: The 7 days is inclusive of the...
## Steps to reproduce I drilled down on hierarchies for both rows and columns. When I tried switching them, the drill-down hierarchies are not displayed in the table nor content...
## Steps to reproduce I have the following updated definition of the measure where `m["Best results"]` and `m["Effective points"]` are measures from `create_parameter_simulation`: ```python pointssystem_sim = f1cube.create_parameter_simulation( "pointssystem_sim", measures={"Best results":...