@danbp: not sure why not working it comes with error
MySQL said: Not unique table/alias: 'wp_bp_xprofile_data'
Tried query in phpmyadmin, same error:
SELECT wp_bp_xprofile_data.value,
wp_users.user_email,
wp_users.display_name
FROM wp_users
LEFT JOIN wp_bp_xprofile_data
ON wp_bp_xprofile_data.user_id = wp_user.ID
LEFT JOIN wp_bp_xprofile_data
ON wp_bp_xprofile_fields.id = wp_bp_xprofile_data.field_id
LIMIT 0, 30
MySQL said: Documentation
#1066 - Not unique table/alias: 'wp_bp_xprofile_data'
@shanebp: I wish wpdatatables allow php functions … it does’t