Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Frank_Hartmann
Master II
Master II

textboxformula

Hi QV Community,

I need to show up one value in a textbox but until now i´ve missed to configure the textboxformula in a proper way!

I have attached a qvw file.

anyone able to help?

thanks in advance

1 Solution

Accepted Solutions
rubenmarin

Hi Frank, try with:

=Sum(Aggr(if(sum({$<MonthDiff={[$(vAktuellerMonat)]}>}Daten_Recherchen)>=$(vValue) and atan2(linest_m(aggr(sum({$<MonthDiff={'>=$(vZeitraum6Monate)<=$(vAktuellerMonat)'}>}Daten_Recherchen),AWS_Recherchen,MonthNumber),MonthNumber),1)/Pi()*180<>0  ,

    if(atan2(linest_m(aggr(sum({$<MonthDiff={'>=$(vZeitraum6Monate)<=$(vAktuellerMonat)'}>}Daten_Recherchen),AWS_Recherchen,MonthNumber),MonthNumber),1)/Pi()*180>atan2($(vGrenze),1)/Pi()*180,1,0),0), AWS_Recherchen))

View solution in original post

3 Replies
rubenmarin

Hi Frank, try with:

=Sum(Aggr(if(sum({$<MonthDiff={[$(vAktuellerMonat)]}>}Daten_Recherchen)>=$(vValue) and atan2(linest_m(aggr(sum({$<MonthDiff={'>=$(vZeitraum6Monate)<=$(vAktuellerMonat)'}>}Daten_Recherchen),AWS_Recherchen,MonthNumber),MonthNumber),1)/Pi()*180<>0  ,

    if(atan2(linest_m(aggr(sum({$<MonthDiff={'>=$(vZeitraum6Monate)<=$(vAktuellerMonat)'}>}Daten_Recherchen),AWS_Recherchen,MonthNumber),MonthNumber),1)/Pi()*180>atan2($(vGrenze),1)/Pi()*180,1,0),0), AWS_Recherchen))

gautik92
Specialist III
Specialist III

what is that value 12??

Frank_Hartmann
Master II
Master II
Author

thank you soo much