Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to hide the some of the contents in the table?

Hi ,

I have table with column name 'group name 'under that feedback -comments.

And Service type.as one more column we have contents for that comments.

(How shall I hide those comments)

any helps pls.

Here is the fie.services.png

38 Replies
Anonymous
Not applicable
Author

yes i did try that if expression but cant see no change.

vishsaggi
Champion III
Champion III

And why you cant upload here? Did you login to your account? And using Advanced editor cant you upload the file ? Just wondering to know...

Anonymous
Not applicable
Author

There you go.

Didnt see the advanced editor earlier.

Anonymous
Not applicable
Author

The contents of the comments in the service type change continuosly.

I dont know how you would avoid this at the pivot table to not to show.

vishsaggi
Champion III
Champion III

This is what i can see in your file.

group name Service Type date 10/09/201611/09/201612/09/201613/09/201614/09/2016
commentsserice is not bad I will inform1----
emotionalpuberty---1-
feedback3-1---
phsycialhealthy eating--1--
sexuallow mood----1

So you dont want to see the value for Comments Group? Does below work ?

group name Service Type date 10/09/201611/09/201612/09/201613/09/201614/09/2016
comments1----
emotionalpuberty---1-
feedback3-1---
phsycialhealthy eating--1--
sexuallow mood----1

If Yes, then in your dimensions use this expression for Service Type.

= IF([Group name] = 'comments' AND Len(Trim([Service Type])) >0, '', [Service Type])

Anonymous
Not applicable
Author

Probably a hyphen will be good in the  service type for the comments.

I have used the same expression but i am getting all servicetype

vishsaggi
Champion III
Champion III

Can you tell me what is that you dont want to see in service type and in my expression just use '-' instead of '' ?

Anonymous
Not applicable
Author

services.png

I have used the same expression as above.

vishsaggi
Champion III
Champion III

Did you try this ? Let me know

= IF(Len(Trim([Service Type])) >0, '-', [Service Type])

Anonymous
Not applicable
Author

It is working but it is replacing the whole column values with hypen.services.png