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

Mashup Qlik Sense

Buenas noches acudo a ustedes para que me colaboren con una cuestión estoy realizando un mashup en Qlik Sense y al momento de cargar gráficos me aparece el nombre pero no la imagen. Agradezco su pronta respuesta.

 

Qlik Sense Mashup - Google Chrome.png

Labels (3)
1 Solution

Accepted Solutions
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

You can call the method qlik.resize like this :

app.getObject('QVS07','c6ec3da9-b9f2-4345-bbdf-7f2d820487ce'); // Selection BCV5
app.getObject('QVS08','f803e11f-0b71-4871-b3a8-0f2212fb96ae'); // Selection Platform
app.getObject('QVS09','162a0865-aa00-47af-a968-f29c2f9da0d0'); // Selection Appliance
app.getObject('QVS10','77899d40-398a-423d-bd74-925fc79ae3e9'); // Selection App Version
app.getObject('QVS11','bb6c266d-736e-4770-8a9a-8931d35a4185'); // Warning messages
qlik.resize();

Regards,

View solution in original post

2 Replies
paulcalvet
Partner - Specialist
Partner - Specialist

Hello,

You can call the method qlik.resize like this :

app.getObject('QVS07','c6ec3da9-b9f2-4345-bbdf-7f2d820487ce'); // Selection BCV5
app.getObject('QVS08','f803e11f-0b71-4871-b3a8-0f2212fb96ae'); // Selection Platform
app.getObject('QVS09','162a0865-aa00-47af-a968-f29c2f9da0d0'); // Selection Appliance
app.getObject('QVS10','77899d40-398a-423d-bd74-925fc79ae3e9'); // Selection App Version
app.getObject('QVS11','bb6c266d-736e-4770-8a9a-8931d35a4185'); // Warning messages
qlik.resize();

Regards,

Karen11_03
Contributor
Contributor
Author

Gracias, me funciono perfectamente.