Jump to content

Filtering using SQL commands - is this possible


Rodolfo Mingoti

Recommended Posts

Hello, I would like to create a filter using SQL commands on the Tibco Spotfire Canvas.

I'm a beginnerand created the code in another tool (SAS) - Sorry :( .

I would like to know if it is possible to apply in Tibco.

If so, someone could help me, because I have no idea how to do this!

 

I share my code below:

proc sql;

create table want as

select * from work.bull_diagnosis

group by bull

having count(*)>50 ;

quit;

 

The idea is to remain in the database only bulls with more than 50 observations.

Thanks...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...