WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile PAWELZBIKOWSKI > Forum messages

PAWELZBIKOWSKI

User

When I test the data table, everything is fine with me, but other users report that sometimes data from a different criterion is loaded. Could this be due to performance problems in the Freemium version? The application is used by around 25 users.

select try_cast(year as varchar(4)) as year , column_1 , column_2 , column_3 , column_4 , column_5 from table where criterion_id = convert(INT, 'criterion_form_field') and entity_code= 'entity_form_field' The problem does not occur with item list, where the query to initialise is

Hi, I have a following problem. I've created a data table form field that downloads data from SQL query. In the where clause, I refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the cr