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

In the reports wizard ability to create simple reports by SQL query #142

Open
ovchinnikovsp opened this issue Dec 21, 2018 · 1 comment
Open
Assignees
Labels
type: enhancement New feature or request

Comments

@ovchinnikovsp
Copy link

Motivation

Major part of the reports consist of just one band loaded by the native SQL query(very similar to the admin tools SQL console), so it would be good to have an ability to easily create such reports using wizard

Solution

Modify the report wizard the following way:

  1. First step
    1. Move Report Type section before the Entity field
    2. Add another Report Type - Simple report by SQL query
  2. For the type Simple report by SQL query user have to specify the SQL query
    1. Aliases or table columns are used as a headers
@knstvk knstvk added the type: enhancement New feature or request label Dec 24, 2018
@mariodavid
Copy link

Hi, i recently stumbled upon that fact as well. I think one of the main implocations is that without the wizard, the user also has to manually create the template file, which is not the most intuitive thing to do e.g in excel with the named ranges and so on.

I guess the column selection isn't possible through the wizard, because cuba does not really know about the structure, but at least the template file generation could be provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants