So I made a column called 'Server Type' and its located in a database called "Server Info". How can I change these lines to pull from the column and not make it random?
Lines:
ClearCollect(colMyOs, ForAll(Sequence(20,12,2),{os: "Windows " & RandBetween(12,15) }))
AddColumns(GroupBy(colMyOs,"os","ServerType"),"Total",CountRows('ServerType'))

Report
All responses (
Answers (