Hi, But then this rule will be executed every time you click refresh, not when you click the bold value button Regards, Paweł
Hi, how to bold the values in the item list column on the workflow path and on the click of a button in the action menu? thank you for your help Regards, Paweł
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