TO display link in a Grid

Hello,

I am able to display link in a paging grid, But I am looking to implement the link in the pattern below:
Data 1 Data 2
Count: 3 Count: 4

Where I want to implement link only 3 and 4 and not for Count:, In current scenario it is being displayed link for complete Count: 3 and Count: 4.

Let me know if there is way to implement above scenario.

Regards,
Sandeep.

OriginalPostID-246413

  Discussion posts and replies are publicly visible

Parents
  • Hi Tajinder,
    The scenario in which I am trying to implement this, is for calendar report, and for each date, below the date I am looking to display Count.
    Let me check if editable grid will work for Calendar type report.
    In case it works, then you are saying the data should be in below pattern:
    a!textField(label: Monday,
    value: {a!richTextItem(text:"Count"),a!richTextItem(text:"3",link:a!dynamicLink(...))})
Reply
  • Hi Tajinder,
    The scenario in which I am trying to implement this, is for calendar report, and for each date, below the date I am looking to display Count.
    Let me check if editable grid will work for Calendar type report.
    In case it works, then you are saying the data should be in below pattern:
    a!textField(label: Monday,
    value: {a!richTextItem(text:"Count"),a!richTextItem(text:"3",link:a!dynamicLink(...))})
Children
No Data