-
1. Re: Basic Extract data from datasource URL
Jeevan Krishna Jun 17, 2018 9:54 AM (in response to johan.bonnet)1 of 1 people found this helpfulHi johan,
Please feel free to ask any questions on the forums. A question that sounds basic for you might be a life saver for someone else.
Coming to the issue, I guess you are looking at URL parameters here. I couldnt understand much other than that. Please refer this and see if this is what you are looking for - Parameters for Embed Code . And you might be looking at name parameter in that page.
-
2. Re: Basic Extract data from datasource URL
johan.bonnet Jun 17, 2018 11:57 PM (in response to Jeevan Krishna)Thank you Jeevan,
I am trying to explore your link.
Meanwhile, what I am trying to do is replicating an pseudo SQl query that would be like :
List<string> ListName= from [datasource].Columns[columnX] unique
User would choose the FilterName from the list then:
WantedData= from [datasource].Columns[columnX]. where[columnX==FilterName].And[date >minDate].And[date <maxDate]
Thank you,