<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: concat string and int in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4738834#M10325</link>
    <description>&lt;P&gt;I tried the below but of no help.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; '@concat(item().source.query, ' ','{@int(pipeline().parameters.sar1)}')&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jun 2025 14:02:27 GMT</pubDate>
    <dc:creator>IAZ</dc:creator>
    <dc:date>2025-06-20T14:02:27Z</dc:date>
    <item>
      <title>concat string and int</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4738832#M10324</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/529075"&gt;@burakkaragoz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for you suggestion yesterday. A follow up question:&lt;/P&gt;&lt;P&gt;you suggested the below as a solution yesterday:&lt;/P&gt;&lt;PRE&gt;@concat(item().source.query, ' ', pipeline().parameters.par1)&lt;/PRE&gt;&lt;P&gt;But i&lt;SPAN&gt;f I set the parameter "par1" as "int" (as the where sql clause needs an int instead of a string) the above expression gives this message "cannot fit number into the function string list. Any help would be greatly appreciated.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;I tried the below but d&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 14:00:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4738832#M10324</guid>
      <dc:creator>IAZ</dc:creator>
      <dc:date>2025-06-20T14:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: concat string and int</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4738834#M10325</link>
      <description>&lt;P&gt;I tried the below but of no help.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; '@concat(item().source.query, ' ','{@int(pipeline().parameters.sar1)}')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 14:02:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4738834#M10325</guid>
      <dc:creator>IAZ</dc:creator>
      <dc:date>2025-06-20T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: concat string and int</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4739406#M10341</link>
      <description>&lt;P&gt;&lt;SPAN&gt;try&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;@concat(item().source.query, ' ','{@string(pipeline().parameters.sar1)}')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2025 14:17:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4739406#M10341</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-06-21T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: concat string and int</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4739975#M10350</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1290094"&gt;@IAZ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your issue been resolved?If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.&lt;/P&gt;
&lt;P&gt;If yes, kindly accept the useful reply as a solution and give us Kudos. It would be appreciated.&lt;/P&gt;
&lt;P&gt;Thank you for your understanding!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 04:31:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4739975#M10350</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-06-23T04:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: concat string and int</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4740595#M10362</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;That did not help as the where clause reqd. an int. However I resolved it in the notebook by creating a new column and joining it up with the column that contained the query.&lt;/P&gt;&lt;P&gt;Thanks for your suggestion and appreciate it !&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 11:10:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4740595#M10362</guid>
      <dc:creator>IAZ</dc:creator>
      <dc:date>2025-06-23T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: concat string and int</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4740726#M10368</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1290094"&gt;@IAZ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm glad you found a solution and resloved&amp;nbsp; the query. Thank you very much for sharing here.&lt;/P&gt;
&lt;P&gt;Kindly mark your reply as the accepted solution so that others in the community can find it quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thankyou for connecting with Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 12:08:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/concat-string-and-int/m-p/4740726#M10368</guid>
      <dc:creator>v-sgandrathi</dc:creator>
      <dc:date>2025-06-23T12:08:42Z</dc:date>
    </item>
  </channel>
</rss>

