beast mode calculation

I am trying to create a card that shows the percentage of data. I have a field from salesforce that is Target_Count__c and I need to show the how many targets actually have a date in the X12_Month_Review__c section (# of follow up reviews / percentage of target count). I tried to use this formula and filters but nothing is working, any ideas on getting the percentage? MOD(sum(`Target_Count__c`)/sum(`X12_Month_Review__c`))

Comments

  • @Stucker Based on your description, you do not need the MOD() function. Will you see if the calculation works as expected when you remove it?