Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Nprinting filter not working properly ?

Dear all,

I have a strange issue...I built a report with the verify filter option activated.

But when I run it.. I have a warning

2017-03-03_11h08_10.png

but when I untick the verify filter .. everything works well..

The reports is very easy.. I have only one table..

The currencyList field is in an "island table"...

I have a variable "vAnalysisCurrency"  =if (GetPossibleCount(CurrencyList)<>1 ,'EUR', MinString(CurrencyList))

to convert all local currency to the reporting  Currency ..

is anybody have an idea to help me ?

1 Reply
Not applicable
Author

I have found a solution.

1/ In the QlikView App I replaced the "List Box"  (with only one selection value ) by an "Input Box" with a Field list

"=concat(distinct CurrencyList,';')"

2/ In the Nprinting I created a "Filter variable" with the following syntax :=MinString(CurrencyList)

It seems to work.. but I do not understand why in my first scenario  it's not working