
wynand
- Latest Posts
-
Filter with a button
Hi all, is it possible to set a filter for a column with a button/dropdown? And if so how? Thanks
-
Dynamic create table reference
let a := 'Show Time';for i in select USA doi.('Show Time' := a)end I want to create a template table so the table selected (country name) in the code above will be selected by a dropdown in another…
-
When import data triger update not working
Hi, a bit of a frustrating problem I have is when importing data it does not trigger the event in the field that the data is imported. How can I ensure that the trigger event happens?
-
Choice selection for all field in table
Hi, how can a set the same choice-value off one record to all records in a table?
-
Inserting a line in a table
Hi, how do I insert a line between two records in a table. I have a client thats head is deadset that he needs to insert a line between two records so he can easily input data manually from a hard…
-
Keyboard input for decimal
Hi, this may be a stupid question. On my laptop the decimal is a comma and PC the decimal is a fullstop, how can I get that they are both the same.(MAC).…
-
Icons in Choice
Hi, how can I add custom icons to choice buttons? I see posts from 2018 saying it will be in the future. I hope we are in the future now.
-
Html text
Hi I want to create an html text block to export to SQL with paragraphs combined form various text fields. I used an array solution from another example in the forum: let myArr :…
-
Set color of text in a formula
"1 -" + item('Brand of Competitors', 0) + " " + item('Model of Competitor', 0) + ", 2 -" + item('Brand of Competitors', 1) + " " + item('Model of Competitor', 1) Hi,…
-
Extract text from linked table
How do I extract and splice the record WEVBrandUID_0273 in the field WEV_Brand_UID in the table 'EVNews' from linked table 'EV Strategy' ? Thanks