Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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
MVP
MVP

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