Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Customizing staright table

Hi,

I have created a dimension with drill down group with Project number being my last drill, I have added Project description as one of the expressions which I want to be shown only when I drill to project number and hide it from other drills. My chart type is staright table

Could you please me inputs on how can I do it?

6 Replies
Anonymous
Not applicable
Author

You can check this expression as conditional.  The condition would be

GetCurrentField(<drill-down group name>) = 'Project number'

Not applicable
Author

Hi Michael,

When I used the condition it is showing me the PD desc in every other drill except in the project number drill and the drill before that, it is acting in the other direction

GetCurrentField ('group1') = %Project_Key

could you please provide more inputs

Anonymous
Not applicable
Author

I'll be able to provide more input after you upload your application.

Not applicable
Author

Capture.PNG.pngCapture1.PNG.pngCapture4.PNG.png

This is my drill structure, when I am on top line which is CU i still see the PD desc which I dont want to see I only want to see it in Project_key drill , i have also attched the expression

Not applicable
Author

Capture3.PNG.png

Forgot to attach the drill

Thanks

Anonymous
Not applicable
Author

Semicolon at the end must be removed.

Also, replace single quotes with the double quotes around the group name.


GetCurentField("Project Analysis Applicant Drill")='%Project_Key'

Maybe there is something else, but can't guess without application.