Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sebHan
Contributor III
Contributor III

Add-ons for transposed table (custom objects)

Hey! I'm currently developing an app, where I've used the custom objects "transposedTable". However, for this custom table I would like to add a statement, that it only shows if I have chosen an object in one of my filters.

I have done this for several of my other graphs under add-ons data handling with the statement:

Count(distinct BU)=1 or count(distinct BU) = 2 or count(distinct BU) = 3, otherwise it shows the text "Choose BU in order to show graph".

Is there a way to do this for custom objects, as they do not contain add-on.

sebHan_0-1632741240001.png

 

 

 

1 Solution

Accepted Solutions
abhijitnalekar
Specialist II
Specialist II

Hi @sebHan,

Use container object and add your custom object in the container and apply the same condition in the show hide property of container.

 

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

5 Replies
abhijitnalekar
Specialist II
Specialist II

Hi @sebHan,

Use container object and add your custom object in the container and apply the same condition in the show hide property of container.

 

 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
sebHan
Contributor III
Contributor III
Author

Thanks work completely fine! Is there a way to show add a text box to show if nothing has been selected.

I have tried adding a text box to master items and set the show condition to if count(distinct BU) = 0.

This however, does not work. 

abhijitnalekar
Specialist II
Specialist II

Sure. you can add the same text box in the container and apply the reverse condition. 

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!
sebHan
Contributor III
Contributor III
Author

Thanks still fairly new to qlik sense, How would that condition look like? Because the "count(distinct BU) = 0" does not work 😕

abhijitnalekar
Specialist II
Specialist II

Hi @sebHan ,

First of all, disable the tabs property of the container

 

abhijitnalekar_0-1632747656417.png

and use GetSelectedCount(BU)=0 condition for text object

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!