Greetings Everyone! I am a little confused, hope you can help me. I am trying to assign a value to other rows that are blank in a field using some value of the same field. Let me set an example here: What I have: IP | Model | Several other fields 127.0.0.1 | | ..... 127.0.0.1 | AMD Ryzen | ..... 127.0.0.1 | | ..... 127.0.0.2 | | ..... 127.0.0.2 | Intel Core | ..... What I need to accomplish: IP | Model | Several other fields 127.0.0.1 | AMD Ryzen | ..... 127.0.0.1 | AMD Ryzen | ..... 127.0.0.1 | AMD Ryzen | ..... 127.0.0.2 | Intel Core | ..... 127.0.0.2 | Intel Core | ..... What I want to do is to make each row take the unique available value for Model taking the only non-blank value that shows up for that IP, and being able to count the events, I tried with stats values(Model) by IP, Several Fields, but 1 - it still shows blank spaces, and 2 - it breaks the event statistics so I want to count each entry of the several fields. Could you please show me the best way to do this? Thank you in advance!
... View more