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

2013-11-24 Thread Pepsodent Cola
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 attached a screenshot with the table field that I'm working on > *"Publicists > co

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

2013-11-23 Thread Andre Terra
_publications }} > ({{ row.num_publications }} / {{ total_publicists }}) = {{ > publicists_coverage }}x % > > {% endfor %} > > {% else %} > No Articles or Ziplist are available. > {% endif %} > > > > > > > > > On Wednesday, N

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

2013-11-23 Thread Pepsodent Cola
%} {{ row.id }} {{ row.headline }} {{ row.num_publications }} ({{ row.num_publications }} / {{ total_publicists }}) = {{ publicists_coverage }}x % {% endfor %} {% else %} No Articles or Ziplist are available. {% endif %} On Wednesday, Novem

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 *publ

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 attached a s

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

2013-11-21 Thread James Turley
t 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 wrote: > 1.) > How do I use mathematical calculations on my forloop Article/Publica