-
Why I am facing this issue while saving my cards?
I am facing this issue while saving the HTML table card I have created 4 beast mode and they are having code from 500 to 1000 lines in case statements. But they are not giving any error while dropping them in the column and getting validated properly. although the card is taking so much to save and after some time it is…
-
How to calculate other percentage in pie charts?
I have to create a pie chart in which one field calculation is like this Sum(X) / Sum(Y) * 100 which is giving the value of a particular category ( M ). Now I have to show other categories percentages like 100 - ( % of M ). How can I do this in beast mode or without beast mode using pie charts? How can I show 0.65 in other…
-
How to access a particular column value in beast mode calculation?
I want to calculate Salience = This Year/ Total ( 500,000 / 980,000 ) and based on filters Total value will be dynamic is it possible to access 980,000 to access in beast mode? Please tell me how to write a beast mode for this.