Skip to main content

Hi there ,

i'm explaining  my question clearly i want only single record instead of multiple if the data is same.if the data changes then i want that time interval as well that is max interval of changed record.i'm attaching the below screen shot.From the below screen shot i want only 10:30 record instead of same power factor measure for each interval and 11:00 clock again it changed to 0.01 .if it continuous same for 2:00 o clock i need 2:00 clock interval along with  power factor value. eliminate rest of the intervals. for reference i'm attaching the sheet as well.

3 risposte
  1. 26 set 2019, 10:52

    Hi Suresh,

    I have already provided the answer for this thread in the following thread

    I want Only one record instead of multiple times if the value is same

     

    However,

    Please use the following calculation

    Power factor (No duplicates):

    IF LOOKUP(AVG([Power Factor]),0)<>LOOKUP(AVG([Power Factor]),1) THEN  AVG([Power Factor])

    END

     

    Drag this field on the rows

    Hi Suresh,I have already provided the answer for this thread in the following threadI want Only one record instead of multiple times if the value is same However,Please use the following calculationPo

     

    Right click on the field on the rows--> Compute using-->Table (down)

     

    Exclude nulls by right click-->exclude nulls

    or by creating another calculated field

    filter null:

    ISNULL(Power factor (No duplicates))==>drag this to filter and select false

    cor1.png

    Hope this helps!

     

    If this reply helps, mark it as helpful and correct

     

    Kindly close bot the threads!

     

    Manoj

0/9000