If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
How can I change the name of the report based on filter dynamically?
I have 4-5 filters .
I want to change the name of the report every time whenever I am changing my filter in the report .
After selecting the report when I' m going to save the report .
The report should be saved by filter name that I have selected in the report.
.
create a variable in qlik like
=only(Filtername) [if you have more filters create variables]
whenever you are using the filter same variable you cn use in np
click on enable dynamic naming
First I need to create a variable first in Qlik sense.
Then I have to use the same variable in NPrinting?
could you please tell me the complete syntax of creating varible in QLik Sense?
Varibale Name-----vCategory
syntax-----=GetFieldSelections(CategoryName)
or
Only(CategoryName)
which syntax is correct ?
yes create first in qlik -then use in nprinting
variablename : vCatName
description: =only(CategoryName)
"=" is mandatory
ok,
let me test it in the nprinting
Varibale Name-----vCategory
syntax-----=GetFieldSelections(CategoryName)
it's working perfectly.
Only thing i was not able to login to newstnad portal so that i can check it's working or not
Today I login to the newstand portal and i got . it's working correctly.
It's filtering n correct way and savig the report name according to the filter name