
Hamid
- Total activity 299
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 28
- Subscriptions 95
Activity overview
Latest activity by Hamid-
Hamid commented,
Hi, try with this code : var cat = @Catégorie;var cat1 = cat.indexOf("Option 1") >= 0 ? 5 : 0;var cat2 = cat.indexOf("Option 2") >= 0 ? 5 : 0; var cat3 = cat.indexOf("Option 3") >= 0 ? 5 : 0;cat1 +...
-
Hamid commented,
UP is there any solution for this !
-
Hamid commented,
it's really problematic. it must come from the slowness of the server.
-
Hamid commented,
Hi Tom, Try this in a calculation field var To_Order;@Stock on Hand <= @Par Level ? To_Order == @Minimum Order Amount : nullTo_Order; The calculation show @Minimum Order Amount if @Stock on Hand is...
-
Hamid commented,
Hi, Try with this MARKDOWN code in a calculations field " | Daily Rate | spread pbs | Par Rate" + "\n" + "--- | --- | --- | ---" + "\n" + "FNMA30 |" + @FNMA30 daily rate + " | " + @FNMA30 spread p...
-
Hamid commented,
well seen Rainer :)
-
Hamid commented,
Hi sandra, Try with this code : var a = @NameField.substring(0,3)var b = @NameField(" ")[1].substring(0,3)a+b
-
Hamid commented,
Hi Casper, My idea is to create a new app behind the two existing Create 'Hourly Rate App' with three fields 1- Freelancer : Related field to 'Salary App' 2- Rate : Number field for Hourly Rate 3...
-
Hamid commented,
In the seconde line replace @Mødedato by date like this: @Infodag by + ", " + date + ", " + @Infodag fokus
-
Hamid commented,
Hi Jakob, To format date use moment() : doc at https://momentjs.com/docs/#/displaying/ var date = moment(@Mødedato).format("MMM DD YYYY")@Infodag + ", " + date + ", " + @Infodag fokus