Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
jsteyn
Creator
Creator

QSB: Exporting to Excel issue

Hi Guys

Straight forward issue I picked up when exporting a pivot to excel.

I have some columns that only shows based on the value of a variable, when viewing through my browser I see the expected columns when the value of the variable is changed, but when exporting to excel all columns get exported regardless if the condition is true or false in the "Show column if"

Regards

Labels (3)
4 Replies
nisha_rai
Creator II
Creator II

Hi,

Can you please share the screenshot/ sample data.

jsteyn
Creator
Creator
Author

Hi 

Please see images below.

I also tried by wrapping my variable in single quotes on the "Show Column if", ie. '$(vIncludeCount)' vs. $(vIncludeCount) with no success.

Funny thing is when i force the expression to 1=0 and then try to export those columns they are omitted, so not sure if the fault is on my end or Qlik...

11

22

3344

 

nisha_rai
Creator II
Creator II

Can you try if($(variable name)=1,1,0),may be it helps

jsteyn
Creator
Creator
Author

thanks for the prompt response @nisha_rai , unfortunately this is not a solution, 

I have tried multiple scenarios without success, namely:

=if($(vIncludeCount)=1,1,0)

=if('$(vIncludeCount)'=1,1,0)

=if($(vIncludeCount)=1,1=1,1=0)

=if('$(vIncludeCount)'=1,1=1,1=0)

=if('$(vIncludeCount)'='1',1=1,1=0)

Strange thing is the expression without the if statement, ie. 1=0 works by omitting the columns when downloading