-
If possible, adapt the script.
for in 'Article Name'. 'Products' do // Verify that the required fields exist and are valid if Product.'Cost Price' > 0 and product.Markup != null then // Increase markup by 15% Product.…
- Answered
-
In Ninox, splitting scripts CSS
In Ninox, splitting scripts CSS into separate formula fields and referencing them in the main formula can be very beneficial for several reasons: Advantages of Splitting Scripts in Ninox Better…
-
I can make the table headers sticky on scroll.
@MZ Can I make the table headers sticky on scroll. let leads := ((select Albums where Format = 1 or Format = 2 or Format = 3 or Format = 4 or Format = 5) order by Name); html("<!…
- Answered
-
Problem to add sign + and -
let mySelect := (select Expenses where Year = 2025 and month('Expenses Date') = month(today())); let mySelect2 := (select Expenses where Year = 2025 and month('Expenses Date') = month(today()) - 1);…
- Answered
Badges
Latest Posts





