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

mash up only : Move pivot table column doesn't work

Hello,

we used some pivot table on a mash-up, and we can't move column with drag and drop. Working fine on he hub.

We've got the issue with june 2017/november 2017/february 2018.

Is it a knows issue? When it will be resolved?

Mickael.

2 Replies
shneior2
Contributor II
Contributor II

Hi,

same problem

did you achieve some answer?

shneior2
Contributor II
Contributor II

Hi,

I have found a trick to work with pivot table mashup instead to bring the object id I'm using ifrem tag from single configurator tool

it's working to me well

<div id="Status">

<h1 class="w3-center">Status</h1>

<div class="flex-container">

<!--div class="tableobject" id="TPPivot"></div-->

<iframe src='http://xxxx/single/?appid=93ef6ea6-eb50-426b-a6aa-6089d1fcf066&obj=4eda9808-d02d-47b9-8ab6-22dc4bdc7...' style='border:none'class="tableobject"></iframe>

</div>

<div class="flex-container">

<div class="kpiobject" id="TPPie1"></div>

<div class="kpiobject" id="TPPie2"></div>

<div class="kpiobject" id="TPPie3"></div>

</div>

</div>