Monday, January 27, 2020

CARA MEMBUAT BADSPOT DENGAN QUERY

cara membuat badspot with formula
1.query SINR < 12 ==> save (BAD SINR)
2.create BUFFER from BAD SINR plot

3.save buffer

4.combine ( value=1)

5.table => maintenance => table structur => Buffer
6.delete all field without field No (type small interger)

7.re open BUFFER
8.select BUFFER => edit object => disaggregate

9.New browse => save (Buffer)
10.table => maintenance => pack table (buffer, both types)
11.re open BUFFER
12.table => maintenance => table structur => Buffer 
13.add field
     no => small interger
     index => float
     City => Character(200)
     CountBadSAmple => float
14.re open BUFFER
15.table => update colum
     Buffer => index
     bad_sinr => value => no

16.save table
17.table => update colum
     Buffer => City
     buffer => "padang"
18.table => update colum
     Buffer => CountBadSAmple
     bad_sinr => Count
19.save table
20.query => select
     buffer => countbadsample >= 50
21.save table with name Badspot SINR

No comments:

Post a Comment