
Suggestions from May 2022
Please add and suggestion or feature you would like to see in Ninox here and after a while I will collated them and send the off to Ninox support. Please keep your suggestion short and to the point and not start a dialog as this will help me collated the info.....
Ie Please could you add some more design elements to the print report designer such as boxes and ruled lines!
-
It would be so handy to be able to add comments in the code like in a real program
// Update the fields of Table1 DynamicMultiChoice with the values of the MultipleChoice field do as server // Pour chaque enregsitrement for t in select Table1 do // update the DynamicMultiChoice field t.(DynamicMultiChoice := for i in t.split(concat(MultipleChoice), ", ") do // search for records in Table2 of each item selected in MultipleChoice first(select Table2 where i = Text).ID end) end end
In addition, it would allow you to remove bits of code temporarily to test others
/* var a := for i in select Table2 do i.ID end;*/ var a := (select Table2).ID;
-
The ability to use escape characters in template strings (---) so that the { and } characters can be inserted:
var fieldName := "table"; var value := "Table1" --- var i = \{ {fieldName} : {value} \};---
result : "var i = { table : Table1 };"
This would be very useful for building HTML/JavaScript strings
-
Regrettably
You will recall that I uploaded and followed up the suggestions complied on list 1 (Christmas wish list 1). Not because we all thought it would guarantee implementation but one hoped that someone from the Ninox development team would cogitate on some of the ideas and maybe give consideration as to advantages/disadvantages/practicality and how often some of the member suggestions may have cropped up.
Well - to date following several emails to support I have received in return ...... Nothing! It would have been nice to get a response even if it only said - thank you for the list we will consider it.
I have to say that this is not normally the response I usually receive to my emails as they are often answered reasonably promptly.
However as there is a little to asking for a reply I feel that on that basis there is little to be gained by adding any more to this thread....
Apologies to those that have taken the time to add their comments
Mel