Need help in excel template
Summary
Need help in excel templateContent
Hi All,
I'm facing issue when I try to paste the xsl code into a cell in the excel template.
Let me brief about my requirement, I'm working on HCM Extract where in I have to compare the old value tags and new value tags. I have around 45-50 columns. Out of which for certain columns, wherever a value gets changed like for ex: Last_Name_OLD != Last_Name or First_Name_OLD != First_Name or Middle_Name_OLD != Middle_Name then I should display as "Name change" under one column.
Similarly I have to compare certain columns old and new values based on some scenarios. I have prepared the xsl code according to my requirement. when I try to paste the code In the cell, its not getting pasted (My xsl code is bit lengthy because I have to consider many scenarios so). If I remove few lines of code and then try to paste in a cell its allowing. But I need to consider all the cases. If I consider all the cases then I'm not able to paste the entire code.(Because code will become lengthy).