NEW: Dynamic print layouts for public cloud
Dynamic print layouts are now also available for public cloud subscriptions. For an example of what this looks like, see the video below. Manual here
11 replies
-
RoSoft_Steven Thank's, This is good news and a wise decision by Ninox to extend it to all private and public cloud users.
-
Sadly it sounds like they will not be making any major changes to their own print engine so for us app users we are left out. :(
-
It is so inconvenient and complicated!
What is wrong?
- After print, you cannot change the final content of the letter, it is PDF, nothing you can edit .
- Strict naming requirements force you to change your own naming convention.
- Printing list that way, you should create a table in a Word and fill each cell with a formula is really pain in the ass.
- You cannot print the view anyway...
I think you should rather improve your print engine instead of generating such a complicated workarounds.
-
Hello,
I'm working on building a dynamic report, without personalized JSON as of now.
Let's say that we have a 1:N relation between table A and table B.
I want to print a dynamic report from a record in table A and retrieve a value from the newest table B related record. In Ninox script, I would have write:
myValue:=last(table B).myField
Does anyone know how to write this in Carbon like syntax ?
-
Humm... Thank you
This leads to conclusion for having to use a time consuming customized JSON... -
If this helps...
You could also make an json without the API with a select function. For example:(select 'users benelux').{
eml: email,
Firstn: Firstname,
Lastn : Lastname
}you'll get an json result.
Content aside
-
1
Likes
- 1 yr agoLast active
- 11Replies
- 706Views
-
6
Following