This content has been marked as final.
Show 3 replies
-
Re: Data Visualization
DanieleC Jan 9, 2013 4:34 AM (in response to Sumit Thakur)Hello,
can you be more specific please? Do you need a script?
Is the table your source data? What is your goal?
Regards,
Daniele
-
Re: Data Visualization
Sumit Thakur Jan 9, 2013 4:44 AM (in response to DanieleC)The above table is my data.
I want that employee who has promotion ='f ' for year(2010,2011,2012) and that employee should also be active 'ac' in 2012 year
-
-
Re: Data Visualization
Arya v Jan 9, 2013 4:46 AM (in response to Sumit Thakur)Hi
=if(Active='ac' and FinFlag=2012
or
Promotion='f' andFinFlag=2011
or
Promotion='f' andFinFlag=2012
or
Promotion='f' andFinFlag=2013
,Emp,Null())
use this expression in ur calculated dimension