• 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.

SOLVED : Get SQL queries useb by Fabrik in my lists (to use it on views)

georgie

Member
Re-hi !

I would like to retrieve the SQl queries used in some of my lists.

This to create views in databases, then lists from these views, to display statistics...

But I can not, even with the Joomla debug console. :oops:

I tested myself to create the corresponding SQL queries, but I have always slightly different results (I have a lot of where clauses, "group by", sometimes "union select"...).

Can you help me ? :p

THX
 
Use Fabrik debug mode, by enabling debug in the global config (button top right of any main backend page), and then appending &fabrikdebug=1 to your list's URL. Then click on the 'getData' entry in the debug data.

http://screencast.com/t/fmSGzAS3kb

Note that you may find that some instances of J! tables still have the prefix as #__, like #__users, you'll need to replace that with your db prefix.

-- hugh
 
Back
Top