Comments
-
Hi @Pari Just to confirm, are you trying these formulas using Beast Mode? If yes, could you try creating a Magic ETL dataflow and use a Formula tile there to apply the replacement? It worked for me.
-
Hi @Pari , You can replace these values using the below formula in a Magic ETL Formula tile. This will resolve the tooltip inconsistent behavior. REPLACE(Original Value, '''', '’') This replaces the standard apostrophe (') with a Unicode apostrophe (’). In some charts, the tooltip renderer encodes the standard apostrophe…
-
Thanks @Phil_Fuchs , for clarifying this.
-
Great Work @GrantSmith !!
-
Thank you so much @MarkSnodgrass
-
Hi @MarkSnodgrass Thanks for the response. I've tried the below steps. 1. I've created the below beast mode 2. Used the same beast mode in the Filter & sorting. The above output is not as expected. The requirement is to display only the highlighted Products, while retaining Location as the series in the chart.( Refer below…
-
Hi @MarkSnodgrass , Thanks for the response. I’ve tried this approach, but my requirement isn’t to sort or limit the series. I need all 5 location values to be displayed in the series. The Top 5 filter should apply only to Products (X-axis). The expected output is Top 5 products by sales, with a location-level split shown…