Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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])