HTML5 Data Bindings Support Product Page

Answered

Data source options for views

Asked 11 years ago
2
have this question
11 years ago Adam Reed posted:
Why is it not possible to use views when creating data sources? Also, is there any plan to increase the ability to customize queries? Views would help but for example, i wanted to join 2 tables where the second was a count of records that matched the primary table.

Replies

Replied 11 years ago
11 years ago George Petrov replied:
Hi Adam,

We will add support for views in the next update to be released in one or two weeks.

Greetings,
George
Replied 11 years ago
11 years ago Adam Reed replied:
Excellent news! I was able to fake it for a small table by copying the existing file for the dataset and changing the table info over to the view. That should solve the problem of complex select statements, group by's, etc as well since I can handle those in the view.

One other question I had relates to using the results in PHP or jQuery scripts. I tried just to copy the {{field}} into the code but it didn't like it. I was able to use HTML5 data selectors and put the result there and then use jQuery to parse that, but wondering if there is another way.

Thanks!
Adam

Reply to this topic