-
Running Total Line Chart using Beastmode Calculation
I am trying to use a line chart to display the running total of a beast mode calculation but I have not been able to find the correct solution. The beast mode calculation is a simple ratio, SUM(Colu…1 -
data for app
I have a dataset with historical production data by month that I am using in an app. I need to restructure the data so that the monthly values are nested into new objects based on their CISN which is…1 -
Re: Group provinces by East vs West
Your syntax for the case statement is incorrect. Based on what you have provided, the case statement should read as follows: case when 'PROVINCE_CD' = 'BC' then 'WEST' w…2
