I'm trying to calculate the sum of 3 columns. But when I use the summation, some of the records give me wrong result. It's simple Sum(0, colA, colB, colC) ColA, ColB, ColC are blank. So the total should be 0. But I get 2. Please help!
... View more
I have a dataset in a library that I need to make it as read only to prevent other user from modifying it. I also need to be able to write to it myself again when I need to update it. I only need to control the access of this table. Not the entire library. Thanks in advance!
... View more
ods html body=outbox style=normal rs=none; ods html text="<div align='left'> Dear Team,<BR> <BR> Kindly refer to the attached report for 500 Apr 2021. <br> <br> Thank You!<br><br> </div>"; I want to make "Apr 2021" as a variable which I created earlier. &Month &Year. How can I call it in the html? ods html close;
... View more