
Rafael Sanchis
-
Summe mehrerer Auswahlfelder
let all := ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dec"]; let max := cnt(select Staff_Hours); let result := for k in all do sum(for i in select Staff_Hours do…
- Answered
-
Help to optimize Project WBS
Hi I use it to define my Project WBS (View video) The script is very similar to each Level, work excelente but and constraint. let t := this; let xD := max((select Activities)['Level-1' = t.…
- Answered
-
Clock upgrade
@ Mikro Hi Mikro, need to upgrade the clock to Include Caracas, Venezuela I don't know how include. In this moment there are -5 Hours different from Madrid / Caracas Madrid 11.00 am Caracas 6.…
- Answered
-
Ninox iPad Vs Android (Tablets)
Is there any important difference between running ninox on iPad Tablets or Android Tablets
-
Optimize Popoup Windows
How can I optimize this Windows popup, Center and short Windows. let myObject := do as server ((select Artists) order by Name).{ info: 'Info Artist' } end; let css := " <style> table{ width:100%;…
-
Insert a link script inside the other script
How can I insert this script between line 16 and 22
need the blue text as Link. onclick="ui.openRecord('{ g }')"; style="color: #1E90FF; cursor: pointer; text-decoration: underline;…
- Answered