Skip to content

Trying to filter on specific Worksheets for User Adoption liveboards #179

Answered by eckhami
eckhami asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
with some help from the Thoughtspot team I found a possible solution to my question:
I need to be able to filter 'CS Tools ~ BI Server Advanced' to see results based on a specific subset of Worksheets.

First step was to see the relation of "Parent Worksheet" to Liveboards and answers associated with it. this was done through worksheet "CS Tools ~ Worksheet Column Utilisation"

From here I could extract the underlying SQL, which I then transferred into this code and saved as a view in ThoughtSpot:

SELECT 
  ta_2.cluster_guid,
  ta_2.dependent_guid,
  ta_1.object_guid,
  ta_1.NAME parent_name, --WORKSHEET
  CASE
    WHEN ta_2.OBJECT_TYPE = 'QUESTION_ANSWER_BOOK' THEN 'ANSWER'
    ELSE C…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@boonhapus
Comment options

Comment options

You must be logged in to vote
1 reply
@boonhapus
Comment options

Comment options

You must be logged in to vote
1 reply
@boonhapus
Comment options

Answer selected by boonhapus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants