Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Please find attached application, in this how to get the serial no for each projects in text box.
OutPut:
1.Altis,
2.prospect,
3.sonyworld,
4.windcraft,
Thanks
Arun Reddy
concat(DISTINCT id&'.'&Projectname,' ,')
In case you dont have id use rowno() as test in script and use test instead of id
Use this,
concat(DISTINCT id&'.'&Projectname,chr(10))
PFA.
Hi Shaik and seeman,
thanks for the quick replay,
can we get the result field with out creating the new field. Is it posible to achive the result with in the text box.
Thanks
Arun Reddy
Did you try the above method?
Hi Sivaraj,
what you say is correct,i tryed the abow expr.. it is working fine, but my requirement in different ie
1.we are creating three text box based on some filteration in the text box resulting field is project name.
2.we need to show the slno for each text box project name separately.
In your logic based on load the slno is assigned for all projects.
output:
texbox1: texbox2: texbox3:
1.altius-1, 1.jenose, 1.maruthy,
2.altifive, 2.windsurf 2.techno
3.procline, 3. bhrath 3.aircel
4.recode,
Thanks
Arun Reddy
hi everybody,
I am a newbie to qlikview i am trying to work with geoqlik inorder to shop the data in the chart i am having 2 colums in my table namely country name,poluation when i click the country name in the table the population needs to be dispalyed in the map i had tried but the value is not getting reflected in the map can anybody tell me how to do
Sorry for posting here
Best Regards,
Bobby