
Rafael
-
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
-
do as deferred
@Fred Hi Fred, Isaw that. For those looking for solutions. If you work with Dashboards on the Main screen you can apply something like "Calculate my Stats but do it in the background" and then refer…