gabe_f
gabe_f
TFDThoughtSpot For Developers
Created by gabe_f on 11/5/2024 in #dev-help
Hello, we currently are getting "Could
Yes, Case 00376976
2 replies
TFDThoughtSpot For Developers
Created by gabe_f on 6/18/2024 in #dev-help
Hey there,
Our customers are in real estate, so one simple filter example would be when a property is vacant and the owner has at least 50% equity. Hits would be any sales where the property was vacant and the owner had 50+% equity. Misses would include examples where the property was vacant but the owner had less than 20% or property was not vacant and the owner had 100% equity.
6 replies
TFDThoughtSpot For Developers
Created by gabe_f on 6/18/2024 in #dev-help
Hey there,
We are basically trying to fill the misses table with the records that fail the filters. I was hoping we would be able to use a group aggregate function or something similar to catch the records that fail the runtime filters applied to the liveboard
6 replies
TFDThoughtSpot For Developers
Created by gabe_f on 6/18/2024 in #dev-help
Hey there,
No worries about the layout at this point. I realize I wasn't super clear with a question. The issue we are having is properly getting the "missed" (failed filter conditions) table to populate correctly.
6 replies
TFDThoughtSpot For Developers
Created by gabe_f on 6/17/2024 in #dev-help
Data and Report APIs
1. Ideally one go 2. It was an error relating to pagination. I was essentially unable to grab anything beyond the first 1000 rows on the liveboard. I am able to access the correct number of rows using SearchData API so I think that solves the majority of the issues.
3 replies