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

GIS POP UP

I have below script in Text object and it works fine..

concat(ID,',') ....But the same script in GIS pop up doesn't work....any idea how to make it work..

                <tr>

                    <td class="mylabel">Location ID:</td>

                   <td>'& (concat([ID],',')) &'</td>

                </tr>

Thanks much...

1 Reply
Anil_Babu_Samineni

You are not getting same as HTML. Have you install the HTML Extend

OR

Create Text object with this

='Location ID:' & Chr(10) & concat([ID],',')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful