1 min readMay 22, 2018
Hi Daniil, thanks for replying! You can do two things with this. Either set your column for engagement to display as percentage. Or change the code somewhat and multiply by 100:
EngagementRatio : ((((totalLikes+totalComments))/oldVariantOfData.graphql.user.edge_followed_by.count)/12 ) * 100
Let me know if that works for you! :)