Forum Discussion
concat string and int
- 1 year ago
Hi IAZ,
I'm glad you found a solution and resloved the query. Thank you very much for sharing here.
Kindly mark your reply as the accepted solution so that others in the community can find it quickly.
Thankyou for connecting with Microsoft Community Forum.
I tried the below but of no help.
'@concat(item().source.query, ' ','{@int(pipeline().parameters.sar1)}')
- lbendlin1 year agoSuper User
try
@concat(item().source.query, ' ','{@string(pipeline().parameters.sar1)}')
- IAZ1 year agoHelper I
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.
Thanks for your suggestion and appreciate it !
- v-sgandrathi1 year agoCommunity Support
Hi IAZ,
I'm glad you found a solution and resloved the query. Thank you very much for sharing here.
Kindly mark your reply as the accepted solution so that others in the community can find it quickly.
Thankyou for connecting with Microsoft Community Forum.