Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have done this thing:
Employee:
load * Inline [
Employee ID, Age, Customer Name, Sales
Sandip Ghosh, 34, Customer1, 1000
Ananya Ghosh, 29, Customer2, 1200
Amit Das, 35, Customer3, 3000
Kaushik Dhar, 55, Customer4, 5400
Sudhir Ghosh, 74, Customer5, 5980
Sandip Ghosh, 34, Customer6, 54670
Sandip Ghosh, 34, Customer7, 45675
Kaushik Dhar, 55, Customer8, 15400
Kaushik Dhar, 55, Customer9, 45400
Sudhir Ghosh, 74, Customer10, 6598
Ananya Ghosh, 29, Customer2, 16200
Sudhir Ghosh, 74, Customer5, 5980
Sudhir Ghosh, 74, Customer6, 2980
Ananya Ghosh, 29, Customer2, 12900
Ananya Ghosh, 29, Customer2, 12070
];
LET vHighestSalary = FirstSortedValue([Customer Name], -Sales);
SET vSalary = 'Highest Salary = ' & vHighestSalary;
Now show the variable in textbox object as =$(vSalary), but it only show 'Highest Salary = ' and value is not showing.
Can u tell me what is the use of double equals to(=) and $ sign here? or why I am using = sign insight the () ?
Please give an explanation with an example.
There is no double equal sign in my examples. Moreover, you won't need it.
This is the theory:
Best,
Peter