Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, just trying to find out if it is possible to create a table from a value list?
For example, I have a field named 'Alphabet' with values A,B,C,D....O
I want to display that in Nprinting (word doc) in a table with 5 columns, like so:
A | D | G | J | M |
B | E | H | K | N |
C | F | I | L | O |
How can this be achieved, if at all possible?
Thanks for the help as always.
It is not really nprinting question - isn't it? For NPrinting you first need to build the same in QlikSense.
I can imagine such solution to be built based on rank function where for 1st column you would have rank of 1,6,12,18 etc... for second column rank of 2,7,14... etc
Then you would use this table as a source in your word document.
To give you more precise answer we would need to get specific requirements.
It is not really nprinting question - isn't it? For NPrinting you first need to build the same in QlikSense.
I can imagine such solution to be built based on rank function where for 1st column you would have rank of 1,6,12,18 etc... for second column rank of 2,7,14... etc
Then you would use this table as a source in your word document.
To give you more precise answer we would need to get specific requirements.
You are absolutely right. And that gave me an idea about how to tackle this.
Thank you.
great - glad I could help.