Yeo Hui Fang

Results 30 issues of 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?...

:bug: bug
:hourglass_flowing_sand: waiting dependency

## 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...

:bug: bug

## Description It would be nice if we could format the KPI (feature values) to show the comparison in percentage. ![image](https://user-images.githubusercontent.com/35210495/122214907-3b205100-cedd-11eb-9547-a62e044390b7.png)

:lipstick: ui
:hourglass_flowing_sand: waiting dependency

## 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....

:lipstick: ui
:hourglass_flowing_sand: waiting dependency

## 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...

:bug: bug
:lipstick: ui
:hourglass_flowing_sand: waiting dependency

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. ![sorting_chart](https://user-images.githubusercontent.com/35210495/110739033-5559eb80-826b-11eb-9228-5f53888befd7.gif) It...

:bug: bug
:lipstick: ui
:hourglass_flowing_sand: waiting dependency

## 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...

:bug: bug
:link: join

## 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...

:bug: bug

## 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...

:bug: bug
:lipstick: ui
:hourglass_flowing_sand: waiting dependency

## 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":...

:bug: bug
:lipstick: ui
:hourglass_flowing_sand: waiting dependency