qliksense

Filtering by a calculated measure involving multiple fields in Qlik Sense

こ雲淡風輕ζ 提交于 2019-11-28 08:57:27
问题 I am trying to use a calculated measure as a way to filter my data, but it's looking more difficult than expected. Let me explain through an example. I have data of the following type, with two dimensions - one is a unique ID, the other a category - and four measures. Initial table My first step is to rank each element by its score, where the ranking is evaluated within the same category. I therefore create a new measure: =aggr(rank(sum(Score1)), Category, UniqueID) I do this for all three

Qliksense REST offset pagination using loop

做~自己de王妃 提交于 2019-11-27 08:27:23
问题 I need to paginate through all of the records from Hubspot API and I am getting stuck at offset pagination loop. According to the Hubspot's API documentation, there is no "total records" path available in the response but instead "has-more" filed tells us if there are any more records we can pull from this portal. two parameters that can be used for pagination are vidOffset & has-more here's what qliksense script looks like for custom pagination via rest connector. LIB CONNECT TO 'HubSpot ';