Hi All,
i would like to add calculate filed % CVR.
% CVR formula
{get_epolicy_file_success} / {total_shared_link}
but the result are incorrect as photo below.
it should be like this
Many thanks
Hi All,
i would like to add calculate filed % CVR.
% CVR formula
{get_epolicy_file_success} / {total_shared_link}
but the result are incorrect as photo below.
it should be like this
Many thanks
Hi @Siriphon
Can you please change the formula as below and check?
sum({get_epolicy_file_success} ) / sum( {total_shared_link})
many thanks
it working !!!