Adrian
Adrian
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
Ok, I'll use the on or before this day. Please, let me know when you have any info from you internal team.
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
No description
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
No description
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
This works but it is a different filter (shows as "On or before This Day" instead of "On or before Today 14/03/2025"). I believe it means pretty much the same but I'd like to know how to filter by "On or before Today". It is there so there should be a way.
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
Just so you know, when I want to use date range, it works.
{
column: 'Date',
oper: RuntimeFilterOp.BW_INC,
values: ['2024-01-01', '2025-01-01'],
type: 'EXACT_DATE_RANGE',
}
{
column: 'Date',
oper: RuntimeFilterOp.BW_INC,
values: ['2024-01-01', '2025-01-01'],
type: 'EXACT_DATE_RANGE',
}
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
I tried this and I get an error: "Invalid date filter proto type: THIS_PERIOD op: LE"
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
I need exact values for oper , type and values to filter by "On or before Today".
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
Can you actually answer my question. I've seen all the docs end there is no example of filtering by "Data column" by "On or before Today". I tried what you have in docs but nothing is working. With that said, can you share with me the exact schape of the filter object, please?
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
What oper, type and what values
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 3/13/2025 in #dev-help
Adrian - Hi, I am trying to filter liveboard da...
No, can you share what exactly should "filter object" include?
18 replies
TFDThoughtSpot For Developers
Created by Adrian on 10/23/2024 in #dev-help
Data and Report APIs
It didn't because I was passing transient_content: JSON.stringify(transientPinboardContent) as a payload instead of transient_content: JSON.stringify(transientPinboardContent.data). The documentation for "Liveboard data with unsaved changes" is incorrect in 2 places. Now I know how it works but worth fixing the docs so you won't have to assist other users with that. Thanks a lot for your help!
9 replies
TFDThoughtSpot For Developers
Created by Adrian on 10/23/2024 in #dev-help
Data and Report APIs
It is working, thank you.
9 replies
TFDThoughtSpot For Developers
Created by Adrian on 10/23/2024 in #dev-help
Data and Report APIs
Any update on this?
9 replies
TFDThoughtSpot For Developers
Created by Adrian on 10/23/2024 in #dev-help
Data and Report APIs
I can see in the documentation that there is a way of fetching the data for unsaved liveboard. It says "To download or retrieve a Liveboard with unsaved changes...". Or maybe I don't understand that correctly?
9 replies
TFDThoughtSpot For Developers
Created by Adrian on 10/21/2024 in #dev-help
Hi there,
I've got it sorted, thanks
4 replies