Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i have a little problem that i realy dont know how to solve:
i have 2 table: 1 regular and the other is straight table , my problem is:
when pressing on day (from a day box list) i need that the data in the table will present the actual day selected data
and in the straight table i need to present the next day data.
pls, any suggestions?
sum ( { < Day = {">= $ ( = min(Day) + 1 ) <= $ ( = max(Day) + 1 ) " } > } VALUE )
in the stright table use this set analysis
in your expressions:
{<day={"$(=max(day)+1)'}>}
thank you very much for your answer liron,
i have succeeded to do it and now i get the value of the next day by selecting a day,
but now i have diffrent problem, if i select 2 days i want to present the values of these daysand i get only the last day value, i want to present all days values.
i.e. i am selecting the 1/10 and 2/10 and expect to see the the values of 2/10 and 3/10 .
i think the problem is with the max function... i have try some thinks but no success ,
any sulotion for that ?
avi
{<day={">=$(=min(day)+1) <=$(=max(day)+1) '} >}
some thing like that:
= sum ( { < Day = { ' >= $ ( = min(Day) + 1 ) <= $ ( = max(Day) + 1 ) ' } > } VALUE ) ???
it gives me zero...
sum ( { < Day = {">= $ ( = min(Day) + 1 ) <= $ ( = max(Day) + 1 ) " } > } VALUE )
thank you !!!