Comments
-
Thanks! Your idea is a good one. I will give this a try.
-
V1 and V2 are just variables. Ultimately the resulting json needs to be formatted like: "a19d0ef1-ca31-4bfd-b168-018b93109671":"a19d0ef1-ca31-4bfd-b168-018b93109672"
-
We are an angular shop. So we can only use .Net Dim embedTokenRequest As New HttpRequestMessage() With { .RequestUri = New Uri(embedAuthUrl), .Method = HttpMethod.Post, .Content = New StringContent(JsonConvert.SerializeObject(New With { Key .sessionLength = 1440, .authorizations = { New With {Key .token = embedId,…
-
using datasetRedirects at run time. Basically changing the dataset for all cards on a dashboard on a webpage. Lets say you have a database with 2 tables in it - both have the same exact structure. Instead of combining the data from both tables into 1 table and using programmatic filtering you can swap out the datasets for…