Re: How do I use mathematical calculations on my forloop Article/Publication list?

2013-11-24 Thread Pepsodent Cola
, November 20, 2013 10:29:24 PM UTC+1, Pepsodent Cola wrote: > > 1.) > How do I use mathematical calculations on my forloop Article/Publication > list? > > * I have attached a screenshot with the table field that I'm working on > *"Publicists > coverage (%)"*. &

Re: How do I use mathematical calculations on my forloop Article/Publication list?

2013-11-23 Thread Andre Terra
> publicists_coverage }}x % > > {% endfor %} > > {% else %} > No Articles or Ziplist are available. > {% endif %} > > > > > > > > > On Wednesday, November 20, 2013 10:29:24 PM UTC+1, Pepsodent Cola wrote: > >> 1.) >> How

Re: How do I use mathematical calculations on my forloop Article/Publication list?

2013-11-23 Thread Pepsodent Cola
lications }} / {{ total_publicists }}) = {{ publicists_coverage }}x % {% endfor %} {% else %} No Articles or Ziplist are available. {% endif %} On Wednesday, November 20, 2013 10:29:24 PM UTC+1, Pepsodent Cola wrote: > > 1.) > How do I use mathematical calculations on

Re: How do I use mathematical calculations on my forloop Article/Publication list?

2013-11-22 Thread DJ-Tom
Am Donnerstag, 21. November 2013 18:53:00 UTC+1 schrieb Pepsodent Cola: > > 1.) > I managed to make my View calculate my variables but I'm getting the same > result *"0.6"* for each forloop. > What am I doing wrong with my variables calculation? > You are passing only a *single* value for

Re: How do I use mathematical calculations on my forloop Article/Publication list?

2013-11-21 Thread Pepsodent Cola
@James Now I understand what you mean. :) I will work on this some more tonight. On Wednesday, November 20, 2013 10:29:24 PM UTC+1, Pepsodent Cola wrote: > > 1.) > How do I use mathematical calculations on my forloop Article/Publication > list? > > * I have att

Re: How do I use mathematical calculations on my forloop Article/Publication list?

2013-11-21 Thread James Turley
, not the set itself. articles[0].num_publications() would return the number of publications associated with the first article in the set, for example. James On Wed, Nov 20, 2013 at 9:29 PM, Pepsodent Cola <pepsodentc...@gmail.com>wrote: > 1.) > How do I use mathematical calculations on my for