Hi All, I have a LASR table which contains columns as below ID TranDate Flg_1 Val_1 1 31-Dec-15 AA 100 1 31-Jan-15 BB 200 2 31-Dec-15 DD 111 2 31-Jan-15 AA 2345 So i want to create calculated variables based on the comparision of values of Flg_1 for the 2 TranDate selected by the users for a particular ID (Something similar i can do with a merge using By variable as ID) Currently i am doing it in SAS and loading the results back to LASR server, but i wish to have this dynamic based on the TranDate's that the user of the report select. Let me know if there is any way to achive this requirement. SAS VA Version : 7.1 Rgds, Abhi
... View more