Thought I had this figured out finally but... :-)

Cant seem to get this.... everything appears to be there, but I can't get
the output I want.
Currently there is only 1 file that matches...  which is
whiteboard.1253395956

When I do a search like:

[t]
[h]Status
[h]Issued
[h]Title
[(search group=whiteboard.* sort=p3 fmt="[r][c]will be
status[c]{+p2}[c][[{+p}|+]]" )]
[t]

The output is:

Status    Issued    Title
will be status   1253395956    DNS Server offline

Which is all correct..  The first field is just text as I am not getting it
yet from the file,   The second value is the time string from the file and I
already have the link with title from the file itself...

Outside of search, If I use the values, I get

{whiteboard.1253395956:status} = Open
[(time "1253395956" "%c")] = Sat Sep 19 14:32:36 2009
{whiteboard.1253395956:title} = DNS Server offline

I'm already getting the file link (with title), so I only need to get the
other two values... simple...

So I try to get the Status from search:

[(search group=whiteboard.* sort=p3
fmt="[r][c]{{+p}:status}[c]{+p2}[c][[{+p}|+]]" )]

Doesn't get me the status. But instead:

Status    Issued    Title
{whiteboard.1253395956:status}    1253395956    DNS Server offline

Okay, lets try to format the time instead...

[(search group=whiteboard.* sort=p3 fmt="[r][c]will be status[c][(time {+p2}
"%c")][c][[{+p}|+]]" )]

Status    Issued    Title
will be status    [(time 1253395956     ?" )]

Oops... that is going in the wrong direction... lost the file link and
didn't get the time formatted either...

I'm sure that I need to escape something, but not sure what.  I looked for
examples of what I was doing to no avail...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to