Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Query Variable to calculate field #50

Open
jefferson0904 opened this issue Jun 12, 2019 · 1 comment
Open

Use Query Variable to calculate field #50

jefferson0904 opened this issue Jun 12, 2019 · 1 comment

Comments

@jefferson0904
Copy link

Is there a way to use variables to reference a query to calculate a field.
Here it is what I want to do:

I Have a query returning the total number of problems. Query A
I Have a second query returning the total number of solved problems. Query B

I want to show the percentage of problems solved, using Query B e Query A to calculate it.

Is there a way to do that?

@ddurieux
Copy link
Owner

not possible, the only possibility is to use mysql datasource (so not this plugin) and make with in the SQL query.
I had something like this to do and I do it this MySQL datasource. Code it in this plugin will be very complex, so a solution exist with MySQL datasource.

Perhaps it can do it inside, but only possible with a quotation, not possible on my little free time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants