Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Export multiple text objects to Excel

Hi all...

My users have this kind of report (image attached)

Capture1.PNG

and they want Qlikview to show the report exactly like that

Currently I use multiple textboxes to develop it. but i have a problem when i need to export the report to excel.

My questions are:

1. is there any way to export all the values of those text objects to every cell in excel? probably using macro or whatever it is. please kindly explain how

2. is there another alternative (other than using multiple textboxes) to present the report exactly as the image above? I would like to try to customize the straight table but the dimensions are not present in any table. So I have to create them explicitly. What is the best way to do it? Also explain how.


Thanks for your help!

7 Replies
Anil_Babu_Samineni

+ tamilarasu

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
prieper
Master II
Master II

pfa

Peter

Anonymous
Not applicable
Author

hi pete

Thank you that's a great example

Could you tell me how to add new rows right under 'c. FCT'

Because I tried it and it didnt appear on the table

Sergey_Shuklin
Specialist
Specialist

Hello, Mike!

In that unusual case you can use a variable which will store all values of your textboxes separated with ";" or other symbol. And all you'll have to do is copy value of this variable in excel and use text by columns option.

Anonymous
Not applicable
Author

hey I figured it out

Thank you

prieper
Master II
Master II

You should add any Line (even blanks with  ' ') into the "Report"-Table.

And then each expression must consider this line within the PICK-statement, e.g. analogue to the first expression

PICK(Component,

' ',

SUM( {$ <DetailComponent = {a} >} Val),

Where the Line 02 indicates an empty row

Peter

tamilarasu
Champion
Champion