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 HTML Script...

In GIS popup I have to put  concat([ID],',') ....

One location has multiple ID's....but the above script is not working....HTML version is different for this script ??

              <tr>

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

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

                </tr>

Thanks much

2 Replies
mneidlinger
Contributor II
Contributor II

Try adding 'Distinct' into the concat function like .

<tr>

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

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

                </tr>

Hope this works.

Mike

Anil_Babu_Samineni

Mike solution should work or can you send full script on wall

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