Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
5 replies
Subscribers
10 subscribers
Views
8024 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Generate dynamic table using "FREEMARKER" and "dynamic template smart service"
georgec890
over 8 years ago
Hello,
I want to dynamically generate a table in a word document.
So i have an array of arrays { [facility1, atribute1, atribute2]; [facility2, atribute2, atribute3] }
I want to dynamically generate a table for each child array ([facility1, atribute 1, atribute2]) .The generated tables will have a static header and a table row for each atribute in the child array.
Can some one give me some advice.
Thanks in advance,
George
OriginalPostID-251220
Discussion posts and replies are publicly visible
Parents
0
Ravi
over 8 years ago
Hi georgec,
You can generate dynamic table using document XML, Below are the steps to follow
1. Copy the table into fresh word document
2. Save this in word xml format
3. open it with notepad and
4. copy entire <w:tbl> </w:tbl> content and create two expression rules one for the header row and another one for the contents
This worked well for me. Let me know in case of any doubts. I'm using a template to generate document.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Ravi
over 8 years ago
Hi georgec,
You can generate dynamic table using document XML, Below are the steps to follow
1. Copy the table into fresh word document
2. Save this in word xml format
3. open it with notepad and
4. copy entire <w:tbl> </w:tbl> content and create two expression rules one for the header row and another one for the contents
This worked well for me. Let me know in case of any doubts. I'm using a template to generate document.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data