Skip to content

Reusing results of a query and table error #863

Open
@mikeprag

Description

@mikeprag

Hi,

Firstly, thank you so much for this framework. It is fantastic and very powerful.

I am just working my way through the different components and have 2 questions:

  1. If I have a SQL query that I effectively want to bind to 2 components (lets say a chart and a table), how can I do this without issuing the SQL again i.e. At the moment, I can only get it to work if I Select pie chart component -> query -> Select table component -> query

  2. If I introduce TRUE as sort, TRUE as search; into my component select, I get the following error:
    error returned from database: Invalid column name 'TRUE'.
    Am I missing something here (it works if I remove those 2 directives). I have tried all the examples from the docs and they all error in the same way.

Much appreciated for any help

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions