Links from Index unit with condition

02 Dec '12, 10:40 PM
26,383 Views
No Forum Badges

Hello there!

I'm looking for a way to have links to some of the outputs in Index Unit but not all, only the ones with certain attribute (for example: name = "enric").

Is there any way to do that? Create some kind of filter where the link will be applied?

 
x 0
Follow
Answer Answer at this question and get points!
No Forum Badges

Hello,

you can also use the Indexed Visibility Condition which permits you to display links only in case of specific conditions (in your case: "name" attribute == "enric").

For more details and an example refer to: Help -> WebRatio Release Notes -> Indexed Conditions paragraph

In your case:

1) Add a Page Variable (right click on the Page -> Add -> Variable) which refers to the desired attribute of the Index Unit.

alt text

2) Add a Condition Expression (right click on the Page -> Add -> Condition Expression) working on the previous defined Variable. The Expression defines the value of the variable to be considered for the visibility. E.g. var2 == "enric".

alt text

3) Apply the Visibility Condition to the Index Unit. Select the Index Unit in the Grid and in the Properties Panel -> Condition tab -> set the Link Visibility Cond. property to the previous defined condition.

alt text

If you apply a custom unit template, you have to update it by adding the "position" attribute to the "wr:Visible" tags that are used inside loops over data.

....
<c:forEach var="current" varStatus="status" items="${<wr:UnitId/>.data}">
....
  <wr:Visible context="......" position="'index'">
  ....
  </wr:Visible>
....
</c:forEach>
....

   
x 1
No Forum Badges

Hello,

if you wish to display links only for specific outputs of the Index Unit you could customize the template of the Index Unit. You have to add a condition for printing the link only if the value of an attribute (e.g. "name") is equal to the desired one (e.g. "enric"). This condition encloses the code which prints the link in the page. For example:

....
<c:forEach var="current" varStatus="status" items="${<wr:UnitId/>.data}"> // iterates on the Index Unit data
  ....
  ....
  <c:if test="${current.name=='enric'}">  // the link is printed if the value of the 
                                          // "name" attribute is "enric"
    <wr:Link class="link"/>
  </c:if>
  ....
</c:forEach>
....

 
x 1
Answer at this question and get points!

Related questions

Acceder a diferentes site views/ Acces to diferents site views Add to Bag link in ACME any webratio book ? Asking For a Book Attribute comparison in a selector unit Clarification about the NoOperation unit Codigo QR Como hacer un menu en webratio? Conditional Expression "greater than 0" on null fields Connect more query unit Content module page variable won't assign. coupled mandatory fields Create Unit with Date (Year only) Custom Attributes Condition Database Database List is not showing up in App Emulator Data is always created doubled Data Management: Updating Data - Attachments - Updating Data Sample Project Final Description: Unknown tag 'wr:LinkResource' Dudas sobre modelado(Data Flow,Forms y Operation Create) Empty record mistakenly saved en_US codify problem Export XML external link.= Filter information in a Simple List Format currency forward/backward navigation and bookmark in ajax web app "Generation Error" with Generate and Run Generation options problem get the attachment files of an email Get Unit problem Get Year from Date Help for connect public and private site views How can i create pagemenu or landmarkmenu with multiple levels. How does WebRatio represent these IFML elements? / ¿Cómo representa WebRatio estos elementos IFML? How i can reuse modules in multiple projects? How to define the sequence of execution units on a page? How to display the attributes of a related entity. How to filter imported attributes? How to include Selector Unit result in Mail Unit Body? How to pass vars to a alternative page How to process IFML Model (build with Eclipse editor) with ATL How to show a page based on a boolean? How to speed up the "last" link using PowerIndexUnit for lots of records How to store data related to an entity in relationships in a project web Insert data into database Insert master page to many hybrid modules Integrating a BPM model into an existent WebML model JSON I/O Unit e informazioni derivate KO Links in Selector Unit Landmark in hybrid module Link localization Link Visibility Condition Power Index Unit Mail multipla maintain the record order in a sortable list Math Unit to update attributes of an entity? [MOBILE] How I extract information from JSON client side? Modifica Entità tramite file xml Multi Entry Unit: How to forward only checked rows? multi-lingual product description Non riesco a fare funzionare Xml out unit Parametrizzazione Selector Unit Problem Example create Unit (no company in employee table) Problem in adding diagrams in IFML Editor (Eclipse) Problem with query unit! Problem with Scroller Unit query a database Question about Site Views Rename passing attributes Replace ID by its value in another table Search by Selector component does not work Select between parameters Selector unit doesn't return any value in hybrid module Sending mails is not working Sending mails with gmail is not working Setting the Default link for a Switch unit show/hide fields on button click (registration page) [solved] all links transparent, why ? Something leads to wrong condition expression evaluation. sumar atributos de una tabla filtrado por Role Condition Sum entity's values Transportation Link issue Unique Fields using relationship role conditional with null usuarios y grupos utilizzo componenti database Visibility Condition on Multiple Links From Index Unit WebRation - Create Navigation diagram