Code Monkey home page Code Monkey logo

Comments (6)

Jefferson49 avatar Jefferson49 commented on September 27, 2024 1

Thank you very much for the positive feedback!

As an available approach for the export, you could use phpMyAdmin and export the sexy_votes table from the database of your Joomla installation. phpMyAdmin offers an option to export as "CSV for MS EXCEL". After downloading the file, you can directly open it as an EXCEL table.

A little bit more advanced approach would be to run a short SQL query in phpMyAdmin to combine some of the sexy polling tables, e.g.:

SELECT * FROM jos_sexy_votes INNER JOIN jos_sexy_answers ON jos_sexy_votes.id_answer=jos_sexy_answers.id;

Afterwards you can export the resulting table with the method like described above.

from joomla_plugin_sexypolling_reloaded.

Jefferson49 avatar Jefferson49 commented on September 27, 2024 1

probably you don't get notifications for closed issues

It works that I also get notifications for closed issues. Just had less time and could not give an answer on short term, because I do not understand the behavior.

from joomla_plugin_sexypolling_reloaded.

Jefferson49 avatar Jefferson49 commented on September 27, 2024 1

In the latest release, a CSV/EXCEL export was implemented.

from joomla_plugin_sexypolling_reloaded.

thodorisgo avatar thodorisgo commented on September 27, 2024

@Jefferson49 probably you don't get notifications for closed issues but i added some updade on an old issue i was facing
#36

from joomla_plugin_sexypolling_reloaded.

Jefferson49 avatar Jefferson49 commented on September 27, 2024

Can you work with the proposed approach (phpMyAdmin and CSV EXCEL export)? If yes, I would close the issue.

from joomla_plugin_sexypolling_reloaded.

Jefferson49 avatar Jefferson49 commented on September 27, 2024

Workaround with phpMyAdmin and CSV EXCEL export can be used, see description above.

from joomla_plugin_sexypolling_reloaded.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.