Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Printing Issue on Access Point

Hello everyone,

I have a application having many charts belonging to different fact tables.These fact tables are not associated with each other.On application they are in different states.

On access point when i give print to one of the chart belonging to a fact table it throws as

Print error.png

For all other charts it works fine.

The only difference between this and other facts tables is this fact table has 10 metrics which get enable by a selection in a list box having a restriction of one value at a time.

Does anyone have any idea why his print functionality is not working for this particular chart .

Thanks

Khushboo

1 Solution

Accepted Solutions
Not applicable
Author

Hi ,

I got a solution to my problem.

Issue was with the conditional expression.

The print function was not able to read the metric name.

I changed the conditional function to if((condition)=(''),1,0) . After this it print works for me.

Thanks

Khushboo

View solution in original post

1 Reply
Not applicable
Author

Hi ,

I got a solution to my problem.

Issue was with the conditional expression.

The print function was not able to read the metric name.

I changed the conditional function to if((condition)=(''),1,0) . After this it print works for me.

Thanks

Khushboo