Search results

  1. N

    List view Group by and total sum of grouped sum's

    I understand Hugh. Please keep in mind this in next releases maybe?.. Thanks. Oh maybe some community user has idea in this?
  2. N

    List view Group by and total sum of grouped sum's

    Hugh maybe you have idea with some coding? i'm not programmer but some easy code i can handle... and also maybe this feature is good for the future?
  3. N

    List view Group by and total sum of grouped sum's

    Hi Hugh Thanks for your response No, other post with calculations based on 2 tables is sorted out by SQL triggers and SQL calculations directly on database. And i've post on this thread http://fabrikar.com/forums/index.php?threads/grand-total-for-columns.24439/#post-231379 because is simmilar...
  4. N

    List view Group by and total sum of grouped sum's

    Hello all I have List in view with Group By and there is sum of each group - this is ok but how display Total Sum of group's? I need at the bottom Total Sum for each collumn...
  5. N

    Grand Total for Columns

    I know this is very old post but did you find solution for this problem?
  6. N

    Calculations result based on 2 tables with filters

    I've removed (int) from return so now i have in decimal format but how get sum for this column? Other columns with values stoered in DB are summed ok but this not.... $ilosc = '{Raporty___godzin}'; $wartosc = '{roboczogodziny___wartosc_rg}'; $wynik = ($losc*$wartosc); return $wynik;
  7. N

    Calculations result based on 2 tables with filters

    Ok some part is sorted out - i've made list with join data so i can calculate and can see result. $ilosc = '{Raporty___godzin}'; $wartosc = '{roboczogodziny___wartosc_rg}'; $wynik = ($losc*$wartosc); return (int)$wynik; Question is why results are without decimal view and why are not summed ?
  8. N

    Calculations result based on 2 tables with filters

    Hello all Im not experienced in Fabrik, php or mysql but im trying to do some joomla site based on Fabrik. So i have 2 tables and list Reports and workinghours. in first i have one value "hours" which is how many hours was spended and on the second table i have price for one hour in month/year...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top