Using placeholder in repeated group element

marcelf

Member
Hi all,

I have a list with a repetable group and I need to do an calculation using
elements of repetable group.

But when I use {tablename_repeat_element} I get an array with all repetable group rows.

Is there somethig that I can do to get the value of element and process it in the calc element by each row ?
 

Attachments

  • placeholder.PNG
    placeholder.PNG
    77 KB · Views: 28
... I need to do an calculation ...
As in "calc element"? Then take a look at http://fabrikar.com/forums/index.php?wiki/calculation-element/#accessing-data
There and further below on the page are hints on what you seem to mean, including the good old print_r() to see what you're having in an array such as $data.
This way or another, it's up to you to write your code so you get what you need. E.g., you might need to loop through the array... but only you know... we can't...
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top