Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Arnaud35
Contributor III
Contributor III

Set analysis % indicator

Hello,

I have a problem with the formula below dedicated to a % indicator :

Thank you for your help 🙏

=sum({<[Opportunite.Date_de_fin_d_AO]={"<=$(=Date(Today()-30, 'DD/MM/YYYY'))"},[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"},[Opportunite.Attribué]={"oui"}>}[Opportunite.EstOpportunite])/=sum({<[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"}>}[Opportunite.EstOpportunite])

1 Solution

Accepted Solutions
jbhappysocks
Creator II
Creator II

Hi. Remove the = from the denominator

 

=sum({<[Opportunite.Date_de_fin_d_AO]={"<=$(=Date(Today()-30, 'DD/MM/YYYY'))"},[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"},[Opportunite.Attribué]={"oui"}>}[Opportunite.EstOpportunite])/sum({<[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"}>}[Opportunite.EstOpportunite])

View solution in original post

1 Reply
jbhappysocks
Creator II
Creator II

Hi. Remove the = from the denominator

 

=sum({<[Opportunite.Date_de_fin_d_AO]={"<=$(=Date(Today()-30, 'DD/MM/YYYY'))"},[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"},[Opportunite.Attribué]={"oui"}>}[Opportunite.EstOpportunite])/sum({<[Opportunite.Date_de_fin_d_AO]={"*"},[Opportunite.Statut_Commercial]={"En Cours"}>}[Opportunite.EstOpportunite])