tibco-topic

Not able to retrieve messages from topic using EMS.NET API

不问归期 提交于 2020-01-25 06:35:08
问题 I am trying to write a simple application to send messages to a topic from use input and show messages published on topic. There are two command line executables - one for publisher and another for subscriber. When I publish messages on a topic, I can see the messages getting submitted to the topic. The following command shows that there are messages on the topic (see F1.gif):- show stat EMS.Test.Topic The following command shows that the messages are getting consumed by the subscribers (see

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