Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
as what i understood, you need to use concatination operation here.
if you are using SQL query for your report then try MySQL CONCAT method to combine 2 or more values like below:
select CONCAT(Demo1,'/',Demo3) AS myDemo from myTable.
if not, other seniors can help.
HTH
You can try the CalculatedColumn
process to create a new column like you want:
https://www.koolreport.com/docs/processes/calculatedcolumn/#example-use-function
Let us know if you have any issue with this approach. Rgds,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo