16 questions
2
votes
0
answers
260
views
Cast video to Samsung TV with Google Cast API
I need to cast video to Samsung TVs. My app inegrates the Google Cast API and is able to cast video to Chromcast devices. Is there any way to send video to Samsung's Smart View with this API? Is there ...
0
votes
0
answers
727
views
Issue with HypMenuVRefresh
My VBA macros works stable in Excel 2010 enveronment. But if I runing it in Excel 2016, then I catch an error in HypMenuVRefresh command "Smart View handled an unknown exception thrown by ...
0
votes
1
answer
855
views
How to Configure SSO With Oracle Smartview Using Okta Or Pingfederate?
Currently working on configuring SSO for Oracle Smartview client that accesses the Oracle EPM suite of BI Tools. Pingfederate SP and Okta Idp configured with multiple AD data sources is configured.
...
0
votes
1
answer
2k
views
Using smart view in OBIEE 12C
I was going to use smart view (which is downloaded, installed and added as a tab to Microsoft's products ex. Execl) and connect it to OBIEE 12.2.1.4. So I have downloaded 11.1.2.5 version.
According ...
2
votes
1
answer
2k
views
I need to show video on smart tv from iphone programmatically
There is an application called Miracast This app is capable to mirror screen to Smart TV (I need specially Samsung TV) and play videos from gallery to the TV
I tried to search but couldn't find any ...
1
vote
0
answers
2k
views
Can Smart View VBA HypConnect be used to connect to the application but not activate it on the sheet?
When using HypConnect in Excel, it automatically activates the connection to the sheet it happens to be on when the macro is run. However, if you choose Connect from the Smart View Panel, it connects ...
4
votes
2
answers
7k
views
How can i create an app for Samsung smart tv Remote in iOS programming?
I need to create a remote control app in ios for samsung tvs. I did google too but i can not able to get exact solution. I have seen this SDK link
https://developer.samsung.com/tv/develop/...
1
vote
2
answers
256
views
How can I use the contents of a cell as a variable which must be a string
I am using the code below to refresh a HFM worksheet and update two of the variables in the POV, Year and Period.
I need to replace the 'Mar' in "Period#Mar" with the contents of a cell on a ...
4
votes
1
answer
6k
views
Automatic smart view hyperion refresh with VBA
maybe someone could help me to understand, what I'm doing wrong, as I'm stuck..
In general, I have a process, where I have an .vbs file, that triggers macro file, which makes connection to Hyperion ...
0
votes
0
answers
241
views
How to migrate Excel Add-in into Smartview
I want to migrate excel addin into smartview but not able to do it . please help me.
2
votes
0
answers
979
views
Populate a csv which can be pulled into a data warehouse
I am developing a report in Power BI using Oracle Smart View from HFM data.
Currently the report is generated using Excel and the Smart View plugin.
The thought is to run an Excel macro manually and ...
1
vote
2
answers
1k
views
Inserting results of Hyperion Smart View VBA Function into list box and/or worksheet range
I've seen answers to questions similar to this one, but I haven't been able to find anything that addresses this exact situation.
Goal: Populate a list box and/or a worksheet with the output of a ...
0
votes
1
answer
811
views
Smartview/Essbase VBA function not returning Member information
I am attempting to place the hyperion/Essbase parent name next to the child member using the GetHypParent() function but my code below places a 0 (meaning a succesful function?) in column K vs the ...
0
votes
0
answers
5k
views
File not found: HsAddin
Recently I received macro excel file with Smart View. It was working all fine.
Today I added small piece of code - 5 lines to set formula in a small range of cells and then to do paste special values....
0
votes
1
answer
230
views
iOS Samsung SmartView SDK/ Tizen - How to tell when VideoPlayer 'playContent' has played successfully
I am successfully launching media using the SmartView SDK by using the following LoC:
[vp playContent:url title:title thumbnailURL:tURL completionHandler:^(NSError *_Nullable err) {
NSLog(@"Value ...