cancel
Showing results for 
Search instead for 
Did you mean: 

@Prompt @Functions in IDT

Former Member
0 Kudos

Before migrating to BO. 4.0 SP 5 the following Filter was working:

@Select(Time\Summary Month Num\Summary Month Name) = case when @Prompt('Enter Summary Month (or use default (Mon-YYYY) for Current Month:', 'C',

'Time\Summary Month Name', mono, free,Not_Persistent,{'Mon-YYYY'}) = 'Mon-YYYY' THEN to_char(sysdate,'Mon-YYYY') else @Prompt('Enter Summary Month (or use default (Mon-YYYY) for Current Month:', 'C','Time\Summary Month Name', mono, free,Not_Persistent,{'Mon-YYYY'})  end

With Migration to it complains in IDT about LOV. Can anyone help me resolve this

Accepted Solutions (0)

Answers (1)

Answers (1)

Henry_Banks
Product and Topic Expert
Product and Topic Expert
0 Kudos

moved to Semantic layer