I'm using this syntax is
OnSelect:
Launch("https://*Your SharePoint Site adress*/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List={*Enter List ID*}&View={*Enter View ID*}&CacheControl=1")
to export data from SharePoint List but it exports full data, so I want to filter when user clicks it exports user department's data.
This is list on SharePoint. Is there another function I can use?
