
Rafael
-
Print Image
I have the cover images stored in a ShareLink field. How can I include it in the Print Word format ?? let vTbl := ((select Albums where Availavility = 1) order by Name); let vObj := vTbl.…
-
urlDecode("%E2%80%87");
let xlf := urlDecode("%0A"); let fsp := urlDecode("%E2%80%87"); let focus := this; "InvoiceNo: " + InvoiceNo + xlf + "TOTAL NET PRICE: " + 'Total net price' + xlf + "DISCOUNTS:…
- Answered
-
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