
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gracias, me funciono perfectamente.
