-
Re: Count Distinct with Or Case Statement in Beast Mode
@Cfunk Did you adjust the beastmode proposed ? or are you still using the exact code… Im asking because I see your Product Name value = 'Washington Summit - Guest/Spouse Registration' instead of just…1 -
Re: Having Multiple Group By tiles?
@TC1199A you will have to combine the data either by APPEND or JOIN depending of your needs.1 -
Re: Graphing multiple metrics in one chart by rank
Hi @tlammie1806 To add to Mark's answer. Consider splitting the measures into more than one chart (when looking at multiple things at once in a single chart , the message/story you want to tell might…2 -
Re: Query to create a condition on a database
Hi @luizalauretti you can easily created a beastmode case statement as CASE WHEN `PPG` = 'MPA 90GRS' THEN 90 WHEN `PPG` = 'CTA 90GRS' THEN 90 END Adding as many conditions as you want individually or…1 -
Re: Running total: ETL or MySql?
Great, Let me know if you run into any issue. as far as what method is better between ETL and MySQL, it all comes down to which one you feel more comfortable with... Personally , I prefer MySQL while…1