-
Re: 2 charts on one graph, customized view depending on user, buzz
Hi, For your first question, I think PDP (Personalized Data Permissions) could answer your questions. Here are some links from DOMO University : https://university.domo.com/search?s=pdp Second Questi…2 -
Re: Cannot save card
Hi @ST_-Superman-_, From my point of view, I don't think a regular date field could be the issue. Is this the only card you have this problem? Have you tried other field combinations from the sa…2 -
Re: Syntax error in beast mode case statement
Hi, I think your problem is the ELSE clause, you are returning different data types. You should Return Null Or 0. Null Example : CASE When `Stage` = 'Cancelled' THEN 1 When `Stage` = '…2 -
Re: Nested Bar Tip for Creating Additional Bar
Hi, From my point of view, you will have to create a Beastmode for each of the series like this : Open Orders SUM( CASE WHEN `STATUS` ='Open' THEN `Amount` END Closed Orders SUM( CASE WHEN …2 -
Re: Adding multiple lines to my a line + stacked bar graph
Hi, If I correctly understood your question, I think it can be solved be changing the number of series in the left scale. This propertie basically controls the number of lines (from different Series)…2
