Rank: Member
Groups: Registered Users, Subscribers Joined: 8/8/2016(UTC) Posts: 11
Was thanked: 3 time(s) in 3 post(s)
|
Hello,
I want to filter two explore results, for example (actually my case is more complicated), explorerA COLA is yesterday's close price, exploreB COL A is today's closing price.
I want to get the result exploreA colA is larger than exploreB colA. Is it possible?
THX
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
Hi chunwai
You say that you want to filter results so using the Filter section could provide the solution to your problem. Rather than use two explorations you will need to combine the two current explorations into one. The exploration you've described might look like this
{ColA}
Ref(C,-1);
{ColB}
C;
{Filter}
ColA > ColB;
Since you have not given any other details of your explorations I cannot offer any thoughts on how to fit the two explorations into one. You don't say whether your explorer is capable of delivering only 6 column results or 12.
Hope this helps.
Roy
|
|
|
|
Rank: Member
Groups: Registered Users, Subscribers Joined: 8/8/2016(UTC) Posts: 11
Was thanked: 3 time(s) in 3 post(s)
|
Thx Reply,
Actually I would like to explore the last several years lowest prices
I describe this using my word, I would get the lowest price between 2015 to 2016.
And lowest price between 2015 to 2014
And lowest price between 2014 to 2013
Finally I can compare these value to choose stock i will buy.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.