• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Pivot list plugin

  • Views Views: 13,645
  • Last updated Last updated:

Navigation

  • The Pivot list plugin renders selected data from a data-set as a pivotal table.


    index.php


    • sum/count- An element you wish to sum or count on
    • count instead of sum- no by default, will sum/count the value selected in the drop-down.
    • group by- a comma separated list of Elements grouping the data, Tablename___elementname,
    • x-axis element- The element you want to display along the x axis of the table,
    • y-axis element-The element displayed down the side
    • order- Orders the pivotal list rows by row total, ascending/descending
    • number formatting- applies php number_format function
    • rounding- decimal places rounding
    • decimal separator- default set to .
    • thousands separator- default set to ,
    • cache- Will cache list model data, if using a large data set this can be useful
Back
Top