FortiAnalyzer dataset query questions
Hi, I'm using fortianlyzer and have a question during dataset creation for report output.
I wrote the query below to create a forticlient uuid for the logged-in vpn user and it works fine.
Below is an example of a table made of query statements and queries.
- select user, fctuid from $log where $filter and ( ( ( lower(logid) = lower('0107045124'))))

Here, the user name is different, and I want to put a condition so that only the same line with the fctuid value is output, but it doesn't work well
GROUP BY fctuid
HAVING COUNT (DISTINCT user) > 1 I tried adding this section but it doesn't work well.
