Contact Sales to request a demo
Request demo
Product
Platforms
Templates
Security
Customer Reviews
Product Updates
Solutions
Success Stories
Partners
Partners
Become Our Partner
Pricing
Support
Help Center
Webinars
Hero Webinar
Manual
Forum
Tutorial Videos
Blog
Contact us
Search
How to enable Javascript
Sign Up
Log in
Support
Forum
Home
Search the community
Home
Learn & Share
Get help
Webinars
Knowledge Base
Latest Activity
Contact Us
Privacy
Home
Latest Posts
Format total hours worked
Hi. I have a formula that returns the total of hours workeed. For example, starting at 10 am and end at 14 pm returns 4:00. Anyway to format the 4:00 to 4?…
mdomfu
mdomfu
2 yrs ago
1
reply
709
Get help
style() to a Number field
Good morning all. I have this on a number field, but not woking. let Resta := 'A pagar' - Pagado;styled(text(Resta), if Resta > 0 then"#FFEE00"elseif Resta < 0 then "Orange" else "white" endend)
mdomfu
mdomfu
3 yrs ago
1
reply
1,447
Get help
Yes/no condition in formula field
This script won't work if Test = true then'A pagar' = 'Tipo de licencia'.Precio + 'Tipo de socio'.Precio + 'Tipo de licencia'.Precioelse'A pagar' = 'Tipo de licencia'.Precio + 'Tipo de socio'.…
mdomfu
mdomfu
3 yrs ago
1
reply
1,391
Get help
Re: Unify script
SOLVED let myNewRecord := (create Tabla1);let r := this;myNewRecord.(Socio := r);let myA := Nombre;myNewRecord.(Nombre := myA);let myB := Apellidos;myNewRecord.(Apellidos := myB)
mdomfu
mdomfu
3 yrs ago
Get help
Reported - view
Unify script
Hi. I want to unify this scrips I found here. let myNewRecord := (create Tabla1);let myA := Nombre;myNewRecord.(Nombre := myA);let myB := Apellidos;myNewRecord.…
mdomfu
mdomfu
3 yrs ago
1
reply
961
Get help
Re: Block add record
Thanks, but I want that only by csv import. Even if is the admin who add the data.
mdomfu
mdomfu
3 yrs ago
Learn & Share
Reported - view
Filter ascending/descending date
I can't filter by date. My date format is DD/MM/YYYY, but it only filter by the DD, not the full date. How to solve this? Thanks
mdomfu
mdomfu
3 yrs ago
1
reply
943
Get help
Block add record
Any way to block add a record? I only want that a new record is by importing a csv file, not click on the "+" or on a new row. Thanks.
mdomfu
mdomfu
3 yrs ago
3
replies
1,068
Learn & Share
Re: Import customer number auto added in csv
WOW! Thanks for the tutorial! It works!
mdomfu
mdomfu
3 yrs ago
Get help
Reported - view
Re: Import customer number auto added in csv
Thanks for the reply, but I don't understand what you mean...
mdomfu
mdomfu
3 yrs ago
Get help
Reported - view
Import customer number auto added in csv
I have this code for every new data 'Nº de registro' := max((select Socios).'Nº de registro') + 1; How to use the code when importing csv?
mdomfu
mdomfu
3 yrs ago
4
replies
1,706
Get help
Re: Confirm box when new record
tan solo en botón se puede entonces?
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Confirm box option when add new record
To avoid adding records unintentionally
mdomfu
mdomfu
4 yrs ago
843
Learn & Share
Re: Saving print to pdf
I'm using this importFile(this, printAndSaveRecord(this, "TEMPLATE"), Field.Field + ".pdf");
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Re: Confirm box when new record
Using a button it works, but if click on the "+" it adds the record, no warning
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Re: Confirm box when new record
Not working for me. Where you put the code? I put it on "on create"
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Re: Change To-Do list option if button click
I mean. I want only "null" one of the options. For example, Registrar recibo and Registrar factura are selected. I only want to unselect Registrar recibo, but only if its selected. Thanks
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Confirm box when new record
Any way to implement this code let check := dialog("Add record", "New record will be added. Continue?", ["Sí", "No"]);if check = "Sí" then for a new record adding?…
mdomfu
mdomfu
4 yrs ago
6
replies
2,110
Get help
Re: Change To-Do list option if button click
UP
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Change To-Do list option if button click
Hello. I have a To-Do multiple choice. It have 6 options. I want the script in a button to, when click on it, if the desired options is selected, then unselect it.…
mdomfu
mdomfu
4 yrs ago
4
replies
1,049
Get help
Re: Add data into a dialog box
Solved let check := dialog("Dar de baja", "¿Quieres dar de baja a " + Nombre + " " + Apellidos + "?", ["Sí", "No"]);if check = "Sí" then
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
Re: If any necesary field is blank, then...
But for all the fields? If one of all the necesary fields are blank, then...
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
If any necesary field is blank, then...
Any way to script this?
mdomfu
mdomfu
4 yrs ago
3
replies
1,193
Get help
Add data into a dialog box
I have this. let check := dialog("Renovar socio para la temporada 2018-2019", "Se renovará al socio seleccionado para la temporada 2018-2019. ¿Continuar?", ["Sí", "No"]);…
mdomfu
mdomfu
4 yrs ago
1
reply
1,402
Get help
Re: Scrip to unlink table
Mil gracias!
mdomfu
mdomfu
4 yrs ago
Get help
Reported - view
1
2
Next
mdomfu
mdomfu
42
0
0
Joined: 08 Jun 2018
Follow
Home
Learn & Share
Get help
Webinars
View all topics
Tags