Glad to hear.

You're welcome

El domingo, 20 de abril de 2014 10:31:07 UTC+2, Shash escribió:
>
> Thanks! This worked :) 
>
> On Sunday, April 20, 2014 1:14:07 PM UTC+5:30, Danielo Rodríguez wrote:
>>
>> Yes
>> The fieldname that  you want to display, in your case start-date and 
>> end-date. It's some kind of shortcut to de view widget.
>>
>> El domingo, 20 de abril de 2014 09:40:21 UTC+2, Shash escribió:
>>>
>>> Hello Danielo,
>>>
>>> can you please explain this step
>>>
>>> <td>{{!!fieldname}}</td><td>{{!!fieldname}}</td>
>>>
>>> Thanks!
>>> Shash
>>>
>>> On Sunday, April 20, 2014 12:21:37 PM UTC+5:30, Danielo Rodríguez wrote:
>>>>
>>>> You can't use lists inside wiki tables.
>>>>
>>>> Use normal html tables instead
>>>>
>>>> <table>
>>>> <thead>
>>>> <tr><th>Task</th><th>Start</th><th>End</th></tr>
>>>> </thead>
>>>> <$list filter=
>>>> "[has[start-date]has[end-date]!tag[Finished]sort[Start-Date]]">
>>>> <tr>
>>>> <td>{{!!fieldname}}</td><td>{{!!fieldname}}</td>
>>>> ...
>>>>
>>>> Anyway, you can't use Uppercase letters in fields. Nothe you have 
>>>> [Start-Date] 
>>>> in your list.
>>>>
>>>>
>>>> El domingo, 20 de abril de 2014 08:40:20 UTC+2, Shash escribió:
>>>>>
>>>>> Hi All,
>>>>>
>>>>> I was experimenting with list filters and due dates for tasks. I want 
>>>>> the view in the table. Below is what I am trying to do.
>>>>>
>>>>> |Task|~Start-Date|~End-Date|
>>>>> |<$list filter=
>>>>> "[has[start-date]has[end-date]!tag[Finished]sort[Start-Date]]">
>>>>> <$link to={{!!title}}><$view field="title"/> | <$view field=
>>>>> "start-date"/> | <$view field="end-date"/> </$link>
>>>>>
>>>>>
>>>>> Can someone please help me to have the Task name, the start date and 
>>>>> the end date appear in a table rather than a free text. Thanks in advance!
>>>>>
>>>>> Shash
>>>>>
>>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to