Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

eliminate the duplicate the in stright table

Hi

  i use  two calender  b/w  the range  but  expression not  working,dupicates coming

2 Replies
Gysbert_Wassenaar

I don't know what you're trying to do. Your calendar objects are not used to make selections, so all dates are shown in your straight table. Is that what you want to change? See attached qvw for how to make that work (look at the Variable Event Triggers).

You mention duplicates. Can you explain what you mean? I don't see any duplicate records in the screenshot of your straight table.

The expression

     =Count(DISTINCT if( BUDAT>= $(Vstart Date) AND BUDAT <= $(VEndDate), MANDT))

can be rewritten as

     =Count({<BUDAT={">= $(Vstart Date)<= $(VEndDate)"} >} DISTINCT MANDT)


talk is cheap, supply exceeds demand
Not applicable
Author

thank for uer  reply

i create the two  calender starting  date and ending  date    depending on the selection   the  data  should be shown ,