Hi ALL,
I want to have a promt variable in my universe, i created this varibale which is not parsing in universe,i might need to do some functionality changes,pls tell me what i need to do:
This is difference between 2 dates one is predifined promt another is a varibale in universe.
max(case whenTABLE1.COL1 IS NULL then round(@Prompt(‘Enter Date’,‘d’,) - to_date(TABLE1.COL2,‘yyyy/mm/dd’))
when to_date(TABLE1.COL1,‘yyyy/mm/dd’) > @Prompt(‘Enter Date’,‘d’,) then round(@Prompt(‘Enter Date’,‘d’,) - to_date(TABLE1.COL2,‘yyyy/mm/dd’))
when to_date(TAVLE1.COL1,‘yyyy/mm/dd’) < @Prompt(‘Enter Date’,‘d’,) then round(to_date(TABLE1.COL1,‘yyyy/mm/dd’) - to_date(TABLE1.COL2,‘yyyy/mm/dd’)) else to_date(TABLE1.COL1,‘yyyy/mm/dd’) - to_date(TABLE1.COL2,‘yyyy/mm/dd’)
end)+1
madhu@P (BOB member since 2008-08-04)