tibco

Spotfire Current Date in input field with calendar popup

被刻印的时光 ゝ 提交于 2019-12-12 04:16:19
问题 With reference to http://spotfired.blogspot.in/2014/05/popup-calendar-webplayer-compatible.html. Can you please suggest how to get the current date in the input field as soon as the analysis is open in Webplayer. HTML Code: <span id="dt1"> <SpotfireControl id="a8b5b0d725bd41f385c3a859b511ae0b" /></span> <span id="dt1picker"></span> JS: //update document property after selection function datePicker_onSelect(selectedDate){ //alert(selectedDate) $("#dt1 input").focus() $("#dt1 input").blur() } /

Sorting Filter values asc/desc on Tibco Spotfire

≡放荡痞女 提交于 2019-12-12 02:57:37
问题 How do i sort the values of a filter asc/desc in Tibco spotfire? I tried changing the MySQL query with ORDER BY for that specific column but that doesn't help? 回答1: You said "sort the values of a filter " -- do you mean you want to control the order of items in the filter panel? To do so, right click anywhere in the filter panel and choose Organize Filters. There you can use the Move Up/Move Down buttons to arrange to your preference. If instead you want to sort a Table visualization (a basic

How to only display rows without a specific word in spotfire

微笑、不失礼 提交于 2019-12-11 14:58:18
问题 Below is the dataset. I want to display only the rows that doesn't have "confidential" in the description column in spotfire. Thanks. 回答1: @Chitra- In data table properties > Limit data using expression , insert the below expression to filter out rows which contains 'confidential' in column Test. not(Lower([Test])~='confidential') Here is the final output: Hope this helps! 来源: https://stackoverflow.com/questions/47875941/how-to-only-display-rows-without-a-specific-word-in-spotfire

Using User-Agent: Apache-HttpClient/4.1.1 (java 1.5) in Tibco BW

不想你离开。 提交于 2019-12-11 07:24:59
问题 I am trying to invoke Kelly Blue Book Web Service using Tibco BW. I observed that KBB accepts HTTP requests only from Apache-HttpClient/4.1.1 (java 1.5) but Tibco always uses Jakarta Http client internally. is their a way that we can use Apache-HttpClient/4.1.1 (java 1.5) in Tibco BW. 回答1: You can spoof the User-Agent by setting a "User-Agent" dynamic header in input of the Send HTTP Request activity. 来源: https://stackoverflow.com/questions/20361555/using-user-agent-apache-httpclient-4-1-1

Remove/ delete or hide column in spotfire

给你一囗甜甜゛ 提交于 2019-12-11 05:07:52
问题 How to remove/delete or hide column using iron script in spotfire ? For adding a column i have done as follows: ` curDT = Document.ActiveDataTableReference cols = curDT.Columns # targetCol = Document.Properties["myColumnSelection"] #Create a new column that counts the comma delimiter myExpression = '1+len(RXReplace([Cx],"([A-Za-z0-9]+)","","g"))' myNewColName = cols.CreateUniqueName("NumElements") cols.AddCalculatedColumn(myNewColName, myExpression) ` 回答1: if it can still be helpful: from

Tibco error: ClassNotFoundException: com.tibco.tibjms.naming.TibjmsInitialContextFactory

坚强是说给别人听的谎言 提交于 2019-12-11 03:22:49
问题 I am facing this issue. I tested tibco with below configuration(local tibco) and it works <jee:jndi-lookup id="connectionFactory" jndi-name="emsConnectionFactory"> <jee:environment> java.naming.factory.initial=com.tibco.tibjms.naming.TibjmsInitialContextFactory java.naming.provider.url=tibjmsnaming://localhost:7222 </jee:environment> </jee:jndi-lookup> <jee:jndi-lookup id="queue" jndi-name="emsQueue"> <jee:environment> java.naming.factory.initial=com.tibco.tibjms.naming

why do we use tibco mapper activity?

南楼画角 提交于 2019-12-10 10:59:16
问题 The tibco documentation says The Mapper activity adds a new process variable to the process definition. This variable can be a simple datatype, a TIBCO ActiveEnterprise schema, an XML schema, or a complex structure. so my question is tibco mapper does only this simple function.We can create process variables in process definition also(by right clicking on process definition).I looked for it in google but no body clearly explains why to use this activity and I have also tried in youtube and

How to send email using tibco mail activity

拥有回忆 提交于 2019-12-10 10:44:30
问题 I am a beginner is TIBCO.I want to send email using tibco mail activity.Following are my configuration of send mail activity host: smtp.gmail.com:587 selected the authenticate check box then in username field entered my gmail username and in password entered my gmail password. and in the input tab provided the valid to address,subject and body.When I run then I get the following error BW-MAIL-100019 Job-10000 Error in [Sender.process/Send Mail] Error sending mail message. Cause: com.sun.mail

Spotfire Custom Expression : Calculate (Num/Den) Percentages

拜拜、爱过 提交于 2019-12-08 13:17:24
问题 I am trying to plot Num/Den type percentages using OVER. But my thoughts does not appear to translate into spotfire custom expression syntax. Sample Input: RecordID CustomerID DOS Age Gender Marker 9621854 854693 09/22/15 37 M D 9732721 676557 09/18/15 65 M D 9732700 676557 11/18/15 65 M N 9777003 5514882 11/25/15 53 M D 9853242 1753256 09/30/15 62 F D 9826842 1260021 09/30/15 61 M D 9897642 3375185 09/10/15 74 M N 9949185 9076035 10/02/15 52 M D 10088610 3512390 09/16/15 33 M D 10120650

How to monitor outgoing messages from TIBCO EMS .Net client? [closed]

末鹿安然 提交于 2019-12-08 07:04:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . While using the .Net client TIBCO EMS, How to monitor outgoing messages from my .Net Tibco client? I'm going to send Application-level, not jms-level, acknowlegements and replies. How can I tell If the application sent them or not? If the client failed to send a message will it throw an exception or store the