Title: Request only a specific value
Last modified: August 21, 2016

---

# Request only a specific value

 *  Resolved [cretivo](https://wordpress.org/support/users/cretivo/)
 * (@cretivo)
 * [13 years ago](https://wordpress.org/support/topic/request-only-a-specific-value/)
 * Hello,
 * is it possible to query only a specific value without having the the report table
   created? For example if I like to use Google Charts for displaying different 
   values in a chart.
 * Thank you!
 * [http://wordpress.org/extend/plugins/elisqlreports/](http://wordpress.org/extend/plugins/elisqlreports/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Eli](https://wordpress.org/support/users/scheeeli/)
 * (@scheeeli)
 * [13 years ago](https://wordpress.org/support/topic/request-only-a-specific-value/#post-3751792)
 * This is a good suggestion and something I will consider for a future release 
   of this plugin.
 * For now I have a workaround for you. I you can concat your query results into
   one column and one row then you can hide the whole table using CSS.
    just add
   these styles to your stylesheet:
 *     ```
       .ELISQLREPORTS-table, .ELISQLREPORTS-table TD {border: none;}
       .ELISQLREPORTS-Header-Row {display: none;}
       ```
   
 * Let me know if you there is anything else.
 * Aloha, Eli
 *  Thread Starter [cretivo](https://wordpress.org/support/users/cretivo/)
 * (@cretivo)
 * [13 years ago](https://wordpress.org/support/topic/request-only-a-specific-value/#post-3751795)
 * Hello Eli,
 * Thank you, I will try to implement the plugin with Google Charts and let you 
   know the modifications I made.
 * Thank you for your reply!
 * Maximilian

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Request only a specific value’ is closed to new replies.

 * ![](https://ps.w.org/elisqlreports/assets/icon-256x256.png?rev=1231385)
 * [EZ SQL Reports Shortcode Widget and DB Backup](https://wordpress.org/plugins/elisqlreports/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elisqlreports/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elisqlreports/)
 * [Active Topics](https://wordpress.org/support/plugin/elisqlreports/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elisqlreports/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elisqlreports/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [cretivo](https://wordpress.org/support/users/cretivo/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/request-only-a-specific-value/#post-3751795)
 * Status: resolved