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

How to set expression in Drilldown?

Hi,

I created drilldown  in my qvw.I wrote  expression like this GetCurrentField(NewGroup)='ID','Monthname','Date') but It expression show  error in my edit expression box.I do not know how to  solve error in expression.Pleasse tell me out how  to write condition in driil down chart in qlikvieew.

                                    

                                   thank you

Regards:

Madhu

11 Replies
jyothish8807
Master II
Master II

Hi madhu,

In dimension take;

1. Your drill down

2. MonthName

3.Date

Now in show condition column of Monthname and Date wrtie the following:

getcurrentfield(Newfield)='ID'

I guess you are trying to disable and enable a field Date and MonthName according to your condition.

Regards

KC

Best Regards,
KC
jagan
Luminary Alumni
Luminary Alumni

Hi,

Tried this expression without quotes

If(GetCurrentField(NewGroup)='ID', Monthname, Date))


Regards,

Jagan.