All Questions
1 question
0
votes
1
answer
4k
views
Edit column header of Sharepoint BDC webpart using XSLT
I would like to change database column names of a BDC list webpart using an XSL file.
My SQL query is "Select BATCH_ID...", I want to change that column name "BATCH_ID" to "ID" using XSL. I also ...